File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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 ) .
3536This 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
209212WebClient-based clients (from ` spring-ai-starter-mcp-client-webflux ` ).
210213This module supports ` McpSyncClient ` s only.
211214
You can’t perform that action at this time.
0 commit comments