Skip to content

Commit e43a2d9

Browse files
committed
docs: add transport quickstart matrix to README
1 parent 80b3bd8 commit e43a2d9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ The [MCP Annotations](https://docs.spring.io/spring-ai/reference/2.0-SNAPSHOT/ap
2525
The [MCP Security](https://docs.spring.io/spring-ai/reference/2.0-SNAPSHOT/api/mcp/mcp-security.html) - provides comprehensive OAuth 2.0 and API key-based security support for Model Context Protocol implementations in Spring AI.
2626
Bootstrap your AI applications with MCP support using [Spring Initializer](https://start.spring.io).
2727

28+
#### Transport quickstart matrix
29+
30+
| Transport | Side | Best for | Start here |
31+
|---|---|---|---|
32+
| STDIO | Client + Server | Local tools, CLI-style integrations, process-based communication | [`docs/client.md#stdio`](docs/client.md#stdio), [`docs/server.md#stdio`](docs/server.md#stdio) |
33+
| Streamable HTTP | Client + Server | Modern bidirectional HTTP deployments | [`docs/client.md#streamable-http`](docs/client.md#streamable-http), [`docs/server.md#streamable-http`](docs/server.md#streamable-http) |
34+
| SSE HTTP (legacy) | Client + Server | Existing SSE-based integrations and compatibility paths | [`docs/client.md#sse-http-legacy`](docs/client.md#sse-http-legacy), [`docs/server.md#sse-http-legacy`](docs/server.md#sse-http-legacy) |
35+
| Spring WebFlux / WebMvc | Client + Server | Spring Boot applications that want framework-native transport integration | [Spring AI MCP overview](https://docs.spring.io/spring-ai/reference/2.0-SNAPSHOT/api/mcp/mcp-overview.html) |
36+
2837
## Development
2938

3039
### Building from Source

0 commit comments

Comments
 (0)