Skip to content

Commit 86a9b26

Browse files
committed
README: point to Spring AI ref doc for MCP clients and servers
Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent 77ebdff commit 86a9b26

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The project enables developers to:
3131

3232
## MCP Server Security
3333

34-
Provides OAuth 2.0 resource server capabilities for MCP servers.
34+
Provides OAuth 2.0 resource server capabilities
35+
for [Spring AI's MCP servers](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-server-boot-starter-docs.html).
3536
This module is compatible with Spring WebMVC-based servers only.
3637

3738
### Add to your project
@@ -205,7 +206,9 @@ public String greet(
205206

206207
## MCP Client Security
207208

208-
Provides OAuth 2 support for MCP clients, with both HttpClient-based clients (from `spring-ai-starter-mcp-client`) and
209+
Provides OAuth 2 support
210+
for [Spring AI's MCP clients](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-client-boot-starter-docs.html),
211+
with both HttpClient-based clients (from `spring-ai-starter-mcp-client`) and
209212
WebClient-based clients (from `spring-ai-starter-mcp-client-webflux`).
210213
This module supports `McpSyncClient`s only.
211214

0 commit comments

Comments
 (0)