spring-ai
spring-ai copied to clipboard
How does MCP server obtain the parameters after the SSE endpoint URL for authentication
For example, my mcp client configuration is as follows: { "mcpServers": { "xxx": { "url": "https://www.xx.com/sse?ak=apikey" } } } I want to obtain the ak parameter for verification in the mcp server implemented by springAI. How should I do it?