summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/mcp-client.test.ts
AgeCommit message (Collapse)Author
2025-08-21feat(mcp-client): Handle 401 error for httpUrl (#6640)Yoichiro Tanaka
2025-08-19feat: restart MCP servers on /mcp refresh (#5479)Ramón Medrano Llamas
Co-authored-by: Brian Ray <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-08-18Add MCP Root change notifications (#6502)Jacob MacDonald
2025-08-11feat(core): add host validation to GoogleCredentialProvider (#5962)cornmander
Co-authored-by: Brian Ray <[email protected]>
2025-08-08Add MCP Roots support (#5856)Jacob MacDonald
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06Add detection of tools with bad schemas and automatically omit them with a ↵Jacob MacDonald
warning (#5694)
2025-08-05check for the prompt capability before listing prompts from MCP servers (#5616)Jacob MacDonald
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-07-31Improve error message for discoverTools function (#4157)Gal Zahavi
2025-07-25Load and use MCP server prompts as slash commands in the CLI (#4828)christine betts
Co-authored-by: harold <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-24Add Google credentials provider for authenticating with MCP servers (#4748)ashwinpvg
2025-07-22MCP OAuth Part 2 - MCP Client Integration (#4318)Brian Ray
Co-authored-by: Greg Shikhman <[email protected]>
2025-07-18Use simple name for MCP tools where possible. (#4459)Tommaso Sciortino
2025-07-14Refactor MCP code for reuse and testing (#3880)Tommaso Sciortino
2025-07-14Show stderr output from mcp servers in debug mode (#4049)Billy Biggs
2025-07-11feat: add headers support to SSE transport MCP servers (#3902)Jack Wotherspoon
2025-07-07Add excludeTools and includeTools to mcpServers config (#2976)Jordan Demeulenaere
2025-07-07Add new test to verify that when an Authorization header is provided (#3023)Gennadiy Civil
2025-07-05fix(core): Sanitize tool parameters to fix 400 API errors (#3300)BigUncle
2025-06-30feat: add support to remote MCP servers for custom HTTP headers (#2477)Adam Spiers
2025-06-28chore: fix typo in mcp-client (#1555)Noritaka Kobayashi
Co-authored-by: Scott Densmore <[email protected]>
2025-06-23Sanitize MCP FunctionDeclarations to workaround Vertex bug (#1330)Tommaso Sciortino
2025-06-03Fix: Ensure MCP tools are discovered from slow-starting servers (#717)N. Taylor Mullen
2025-06-02refactor: Update MCP tool discovery to use @google/genai - Also fixes JSON ↵N. Taylor Mullen
schema issues. (#682)
2025-05-30Rename server->core (#638)Tommaso Sciortino