Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit f333265

Browse files
committed
Minor doc link fixes
1 parent c2ece20 commit f333265

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ It enables Java applications to interact with AI models and tools through a stan
1414
### [MCP Java SDK](https://docs.spring.io/spring-ai-mcp/reference/mcp.html)
1515

1616
Java implementation of the Model Context Protocol specification. It includes:
17-
- 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
17+
- Synchronous and asynchronous [MCP Client](https://docs.spring.io/spring-ai-mcp/reference/mcp.html#_mcp_client) and [MCP Server](https://docs.spring.io/spring-ai-mcp/reference/mcp.html#_mcp_server) implementations
1818
- Standard MCP operations support (tool discovery, resource management, prompt handling, structured logging). Support for request and notification handling.
19-
- [Stdio](https://spec.modelcontextprotocol.io/specification/basic/transports/#stdio) and [SSE](https://spec.modelcontextprotocol.io/specification/basic/transports/#http-with-sse) transport implementations.
19+
- [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.
2020

2121
### MCP Transports
2222

mcp-docs/src/main/antora/modules/ROOT/pages/mcp.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Key Interactions:
107107
* *Prompt System*: Discovery, parameter-based retrieval, change notifications, and content management.
108108
* *Tool Execution*: Discovery, parameter validation, timeout-aware execution, and result processing.
109109

110+
[[mcp-client]]
110111
== MCP Client
111112

112113
The MCP Client is a key component in the Model Context Protocol (MCP) architecture, responsible for establishing and managing connections with MCP servers. It implements the client-side of the protocol, handling:
@@ -338,6 +339,7 @@ This capability allows:
338339
* Support for both text and image-based interactions
339340
* Optional inclusion of MCP server context in prompts
340341

342+
[[mcp-server]]
341343
== MCP Server
342344

343345
The MCP Server is a foundational component in the Model Context Protocol (MCP) architecture that provides tools, resources, and capabilities to clients. It implements the server-side of the protocol, responsible for:

0 commit comments

Comments
 (0)