You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+35-11Lines changed: 35 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,17 @@ Java implementation of the Model Context Protocol specification. It includes:
13
13
- Synchronous and asynchronous [MCP Client](https://github.com/spring-projects-experimental/spring-ai-mcp/blob/main/mcp/README.md#client-usage-examples) and [MCP Server](https://github.com/spring-projects-experimental/spring-ai-mcp/blob/main/mcp/README.md#server-usage-examples) implementations
14
14
- Standard MCP operations support (tool discovery, resource management, prompt handling, structured logging). Support for request and notification handling.
15
15
-[Stdio](https://spec.modelcontextprotocol.io/specification/basic/transports/#stdio) and [SSE](https://spec.modelcontextprotocol.io/specification/basic/transports/#http-with-sse) transport implementations.
16
-
-[Find more](./mcp/README.md).
16
+
17
+
### MCP Transports
18
+
19
+
#### Core Transports
20
+
- Stdio-based (`StdioClientTransport`, `StdioServerTransport`) for process-based communication
21
+
- Java HttpClient-based SSE client (`HttpClientSseClientTransport`) for HTTP streaming
22
+
23
+
#### Optional SSE Transports
24
+
-[WebFlux SSE Transport](https://github.com/spring-projects-experimental/spring-ai-mcp/tree/main/mcp-transport/mcp-webflux-sse-transport) - Reactive HTTP streaming with Spring WebFlux (Client & Server)
0 commit comments