summaryrefslogtreecommitdiff
path: root/packages/core/src/mcp
AgeCommit message (Collapse)Author
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
Co-authored-by: Taylor Mullen <[email protected]>
2025-08-15fixes for oauth spec - adds github oauth support. Resource paramater. (#6281)Brian Ray
2025-08-13chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)Richie Foreman
2025-08-11feat(core): add host validation to GoogleCredentialProvider (#5962)cornmander
Co-authored-by: Brian Ray <[email protected]>
2025-08-05feat: mcp - support audiences for OAuth2 (#5265)Mikhail Aksenov
2025-08-05fix(mcp): ensure authorization url is valid when containing query params (#5545)David East
Co-authored-by: Jacob Richman <[email protected]>
2025-08-01New browser launcher for MCP OAuth. (#5261)Brian Ray
2025-07-29Fix typo in RFC 9728 impl (#5126)Tommaso Sciortino
2025-07-27Bug: add resource parameter to MCP OAuth Flow (#4981)Brian Ray
Co-authored-by: Your Name <[email protected]>
2025-07-24Add Google credentials provider for authenticating with MCP servers (#4748)ashwinpvg
2025-07-18MCP OAuth Part 1 - OAuth Infrastructure (#4316)Brian Ray