You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?