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
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]>
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.
6
6
7
7
## 📚 Reference Documentation
8
8
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).
10
11
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).
11
14
12
15
## Development
13
16
14
-
- Building from Source
17
+
###Building from Source
15
18
16
19
```bash
17
20
mvn clean install
18
21
```
19
22
20
-
- Running Tests
23
+
###Running Tests
21
24
22
25
```bash
23
26
mvn test
@@ -44,4 +47,4 @@ Contributions are welcome! Please:
44
47
45
48
## License
46
49
47
-
This project is licensed under the [MIT](LICENSE).
50
+
This project is licensed under the [MIT License](LICENSE).
0 commit comments