Skip to content

Commit 1965966

Browse files
committed
Another round of cleaning the readme
1 parent 0dc93e1 commit 1965966

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,17 @@ For comprehensive guides and API documentation, visit the [MCP Java SDK Referenc
1212

1313
<img src="docs/images/java-mcp-server-architecture.jpg" width="600">
1414

15-
## Projects
15+
## Mudules
1616

1717
### MCP
1818

1919
Java implementation of the Model Context Protocol specification. It includes:
2020
- Synchronous and asynchronous [MCP Client](docs/docs/mcp-client.mdx) and [MCP Server](docs/docs/mcp-server.mdx) implementations
2121
- Standard MCP operations support (tool discovery, resource management, prompt handling, structured logging). Support for request and notification handling.
22-
- [Stdio](https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/transports/#stdio) and [SSE](https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/transports/#http-with-sse) transport implementations.
23-
24-
##### Core Transports
25-
- Stdio-based (`StdioClientTransport`, `StdioServerTransport`) for process-based communication
26-
- Java HttpClient-based SSE client (`HttpClientSseClientTransport`) for HTTP streaming
27-
- Servlet-based SSE server (`HttpServletSseServerTransport`) for HTTP SSE Server streaming using traditional Servlet API
22+
- [Stdio](https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/transports/#stdio) and [SSE](https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/transports/#http-with-sse) transport implementations:
23+
- Stdio-based (`StdioClientTransport`, `StdioServerTransport`) for process-based communication
24+
- Java HttpClient-based SSE client (`HttpClientSseClientTransport`) for HTTP streaming
25+
- Servlet-based SSE server (`HttpServletSseServerTransport`) for HTTP SSE Server streaming using traditional Servlet API
2826

2927

3028
### MCP Spring
@@ -60,7 +58,7 @@ Add the following dependencies to your Maven project:
6058
</dependency>
6159
```
6260

63-
## Example Demos
61+
## Examples
6462

6563
Explore these MCP examples in the [spring-ai-examples/model-context-protocol](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol) repository:
6664

0 commit comments

Comments
 (0)