Auth
Implement auth strategies, including permissioned resources/tools/etc
is there a way to do something basic like an api token? doesn't need to be fancy.
Yes please this is really missing for more professional mcp servers!
by implementing #98 this should be fixed.
See #362
It appears that at this point the server part is covered, but the Client (sse, streamable http) do not support auth yet.
Note the MCP SDK already supports it.
Bearer auth (server/client) and oauth (client) are now merged to main, docs in #655. Will be released as 2.6 probably this week. More to come!