mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
7eaeafff8c
- Store authHandler and tokenStoreFactory on Agent struct so AddMCPServer() can propagate them to new MCPToolManagers (#3) - Add OAuthClientID, OAuthClientSecret, OAuthScopes fields to MCPServerConfig for servers without dynamic registration (#4) - Pass OAuth fields from server config to transport OAuthConfig in both SSE and Streamable HTTP client creation paths - Add GetAuthHandler() accessor to MCPToolManager - Add tests for auth handler propagation and OAuth config parsing Closes #3, closes #4