fastmcp icon indicating copy to clipboard operation
fastmcp copied to clipboard

Auth

Open jlowin opened this issue 1 year ago • 5 comments

Implement auth strategies, including permissioned resources/tools/etc

jlowin avatar Dec 02 '24 19:12 jlowin

is there a way to do something basic like an api token? doesn't need to be fancy.

mwotton avatar Jan 03 '25 06:01 mwotton

Yes please this is really missing for more professional mcp servers!

georg-ort avatar Apr 01 '25 14:04 georg-ort

by implementing #98 this should be fixed.

Bschim avatar Apr 07 '25 11:04 Bschim

See #362

jlowin avatar May 07 '25 16:05 jlowin

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.

sakalys avatar May 27 '25 13:05 sakalys

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!

jlowin avatar Jun 02 '25 01:06 jlowin