index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
core
/
src
/
tools
/
mcp-client.ts
Age
Commit message (
Expand
)
Author
2025-07-31
Improve error message for discoverTools function (#4157)
Gal Zahavi
2025-07-29
Fix typo in RFC 9728 impl (#5126)
Tommaso Sciortino
2025-07-25
Load and use MCP server prompts as slash commands in the CLI (#4828)
christine betts
2025-07-25
[ide-mode] Create an IDE manager class to handle connecting to and exposing m...
christine betts
2025-07-24
Add Google credentials provider for authenticating with MCP servers (#4748)
ashwinpvg
2025-07-22
MCP OAuth Part 2 - MCP Client Integration (#4318)
Brian Ray
2025-07-21
[ide-mode] Use active files and selected text in user prompt (#4614)
christine betts
2025-07-19
Simplify MCP connection errors. (#4508)
N. Taylor Mullen
2025-07-18
Use simple name for MCP tools where possible. (#4459)
Tommaso Sciortino
2025-07-16
Minor UX updates for IDE mode (#4311)
Shreya Keshive
2025-07-16
fix: update google/genai to v1.9.0 and switch to parametersJsonSchema for MCP...
Wanlin Du
2025-07-15
Adds the user's active file in the IDE to the footer (#4154)
Shreya Keshive
2025-07-14
Refactor MCP code for reuse and testing (#3880)
Tommaso Sciortino
2025-07-14
Show stderr output from mcp servers in debug mode (#4049)
Billy Biggs
2025-07-11
feat: add headers support to SSE transport MCP servers (#3902)
Jack Wotherspoon
2025-07-11
Don't print MCP server logs. It's too noisy. (#3867)
Tommaso Sciortino
2025-07-08
Improve Function Call argument validation and typing (#2881)
Tommaso Sciortino
2025-07-07
Add excludeTools and includeTools to mcpServers config (#2976)
Jordan Demeulenaere
2025-07-05
fix(core): Sanitize tool parameters to fix 400 API errors (#3300)
BigUncle
2025-07-04
Add and improve JSDoc comments for core tool methods (#3128)
moon jooho
2025-06-30
feat: add support to remote MCP servers for custom HTTP headers (#2477)
Adam Spiers
2025-06-28
chore: fix typo in mcp-client (#1555)
Noritaka Kobayashi
2025-06-23
Sanitize MCP FunctionDeclarations to workaround Vertex bug (#1330)
Tommaso Sciortino
2025-06-16
Added sandbox error hint when MCP servers fail to launch in sandbox mode (#972)
Mark McDonald
2025-06-13
Support MCP StreamableHTTPClientTransport (#1014)
Shreya Keshive
2025-06-13
Add web socket protocol support for IDE MCP server (#987)
Shreya Keshive
2025-06-10
addressed b/423798481 (#887)
Bryan Morgan
2025-06-08
fix mcp timeouts and missing description on mcp errors (#868)
Olcan
2025-06-07
Added /mcp command support and cleaned up broken tests (#817)
Bryan Morgan
2025-06-05
Add support for configured mcp client timeout. (#775)
N. Taylor Mullen
2025-06-03
Fix: Ensure MCP tools are discovered from slow-starting servers (#717)
N. Taylor Mullen
2025-06-02
refactor: Update MCP tool discovery to use @google/genai - Also fixes JSON sc...
N. Taylor Mullen
2025-05-30
Rename server->core (#638)
Tommaso Sciortino