刚刚发布了一款 MCP ,支持 Claude Code 和 Gemini 2.5 Pro 协同工作。其效果远胜于单独使用其中任何一种模型——Claude Code 启动思考过程并制定计划,而 Gemini 在 Claude 的基础上添加了 1M token上下文和深度推理。该服务器包含扩展思考、文件阅读、完整代码库的代码审查、调试等工具。
截图(此 MCP 的早期版本)中,您可以看到 Claude Code 在 Gemini 上的表现令人惊喜。最当然终结果是,所选库的 JSON 解析速度提升了 26%——Gemini 在 Claude 的基础上添加了自己的视角和深度推理/分析,最终实现了更优化的实现。

prompt:
Study the code properly, think deeply about what this does and then see if there's any room for improvement in terms of performance optimizations, brainstorm with gemini on this to get feedback and then confirm any change by first adding a unit test with measure and measuring current code and then implementing the optimization and measuring again to ensure it improved, then share results. Check with gemini in between as you make tweaks.
仔细研究代码,深入思考代码的功能,看看在性能优化方面是否有改进空间。和Gemini一起集思广益,获取反馈,然后确认改进。首先添加unit test并测量measure现有代码,然后进行优化并再次测量,以确保代码得到改进,最后分享结果。在进行调整时,请与 Gemini 进行沟通。