mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
8a8e684dff
Reflect the refactor that made MCPAuthHandler an explicit, opt-in dependency for remote MCP OAuth. Four surfaces updated: - README.md: new 'MCP OAuth (remote MCP servers)' subsection under the Go SDK section, outlining the three consumer patterns (nil / CLI / custom) and linking to the full options docs. - pkg/kit/README.md: type cheat-sheet now lists MCPAuthHandler, DefaultMCPAuthHandler, and CLIMCPAuthHandler alongside the existing MCPTokenStore entries. - skills/kit-sdk/SKILL.md: Options example annotated with nil-disables- OAuth semantics; new 'MCP OAuth Authorization' section precedes the existing token-storage section; re-exported types list expanded. - www/pages/sdk/options.md: Options fields table gains MCPAuthHandler row; new top-level 'MCP OAuth Authorization' section with consumer matrix, CLI/custom/fully-custom code samples, and a warning callout about the OnAuthURL nil-hang footgun.