Skip to content

Commit c69cc18

Browse files
committed
docs: add Spring AI MCP documentation and improve README clarity
- Add Spring AI MCP documentation section with links to client/server starters - Fix license link text Signed-off-by: Christian Tzolov <[email protected]>
1 parent 352ec2d commit c69cc18

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
# MCP Java SDK
22
[![Build Status](https://github.com/modelcontextprotocol/java-sdk/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/modelcontextprotocol/java-sdk/actions/workflows/continuous-integration.yml)
33

4-
Set of projects that provide Java SDK integration for the [Model Context Protocol](https://modelcontextprotocol.org/docs/concepts/architecture).
5-
It enables Java applications to interact with AI models and tools through a standardized interface, supporting both synchronous and asynchronous communication patterns.
4+
A set of projects that provide Java SDK integration for the [Model Context Protocol](https://modelcontextprotocol.org/docs/concepts/architecture).
5+
This SDK enables Java applications to interact with AI models and tools through a standardized interface, supporting both synchronous and asynchronous communication patterns.
66

77
## 📚 Reference Documentation
88

9-
For comprehensive guides and API documentation, visit the [MCP Java SDK Reference Documentation](https://modelcontextprotocol.io/sdk/java/mcp-overview).
9+
#### MCP Java SDK documentation
10+
For comprehensive guides and SDK API documentation, visit the [MCP Java SDK Reference Documentation](https://modelcontextprotocol.io/sdk/java/mcp-overview).
1011

12+
#### Spring AI MCP documentation
13+
[Spring AI MCP](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-overview.html) extends the MCP Java SDK with Spring Boot integration, providing both [client](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-client-boot-starter-docs.html) and [server](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-server-boot-starter-docs.html) starters. Bootstrap your AI applications with MCP support using [Spring Initializer](https://start.spring.io).
1114

1215
## Development
1316

14-
- Building from Source
17+
### Building from Source
1518

1619
```bash
1720
mvn clean install
1821
```
1922

20-
- Running Tests
23+
### Running Tests
2124

2225
```bash
2326
mvn test
@@ -44,4 +47,4 @@ Contributions are welcome! Please:
4447

4548
## License
4649

47-
This project is licensed under the [MIT](LICENSE).
50+
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)