Skip to content

Commit af25e25

Browse files
committed
Fix README doc links
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 3a39366 commit af25e25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ This SDK enables Java applications to interact with AI models and tools through
1313
#### MCP Java SDK documentation
1414
For comprehensive guides and SDK API documentation
1515

16-
- [Features](https://modelcontextprotocol.github.io/java-sdk/#features) - Overview the features provided by the Java MCP SDK
17-
- [Architecture](https://modelcontextprotocol.github.io/java-sdk/#architecture) - Java MCP SDK architecture overview.
18-
- [Java Dependencies / BOM](https://modelcontextprotocol.github.io/java-sdk/quickstart/#dependencies) - Java dependencies and BOM.
19-
- [Java MCP Client](https://modelcontextprotocol.github.io/java-sdk/client/) - Learn how to use the MCP client to interact with MCP servers.
20-
- [Java MCP Server](https://modelcontextprotocol.github.io/java-sdk/server/) - Learn how to implement and configure a MCP servers.
16+
- [Features](https://modelcontextprotocol.github.io/java-sdk/dev/#features) - Overview the features provided by the Java MCP SDK
17+
- [Architecture](https://modelcontextprotocol.github.io/java-sdk/dev/#architecture) - Java MCP SDK architecture overview.
18+
- [Java Dependencies / BOM](https://modelcontextprotocol.github.io/java-sdk/dev/quickstart/#dependencies) - Java dependencies and BOM.
19+
- [Java MCP Client](https://modelcontextprotocol.github.io/java-sdk/dev/client/) - Learn how to use the MCP client to interact with MCP servers.
20+
- [Java MCP Server](https://modelcontextprotocol.github.io/java-sdk/dev/server/) - Learn how to implement and configure a MCP servers.
2121

2222
#### Spring AI MCP documentation
2323
[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.

0 commit comments

Comments
 (0)