Regards,Raviraj--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/9ad1544d-9702-4bfd-a1d5-ae03c876d3ccn%40googlegroups.com.
On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:Hi All,We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?Appreciate any pointer on example usage of the MCP server.Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last November
On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:Hi All,We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?Appreciate any pointer on example usage of the MCP server.Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last NovemberThanks for sharing the link. The video and the github project [1] explain the usage nicely.Is it possible to query the MCP server from outside of gemini CLI?
On Wednesday, January 21, 2026 at 7:04:33 PM UTC+1 ravirajk...@gmail.com wrote:On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:Hi All,We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?Appreciate any pointer on example usage of the MCP server.Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last NovemberThanks for sharing the link. The video and the github project [1] explain the usage nicely.Is it possible to query the MCP server from outside of gemini CLI?Yes, you just need a MCP client. If you do not mind writing a Python/Typescript application you can use langchain https://docs.langchain.com/oss/javascript/langchain/mcp
On Thursday, 22 January 2026 at 13:43:18 UTC David Åkerman wrote:On Wednesday, January 21, 2026 at 7:04:33 PM UTC+1 ravirajk...@gmail.com wrote:On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:Hi All,We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?Appreciate any pointer on example usage of the MCP server.Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last NovemberThanks for sharing the link. The video and the github project [1] explain the usage nicely.Is it possible to query the MCP server from outside of gemini CLI?Yes, you just need a MCP client. If you do not mind writing a Python/Typescript application you can use langchain https://docs.langchain.com/oss/javascript/langchain/mcpI assume the question was if you can load the Gerrit MCP server within another tool like claude-code?
If so, I'd assume so but haven't tried it.
On Thursday, 22 January 2026 at 23:53:21 UTC+5:30 Daniele Sassoli wrote:On Thursday, 22 January 2026 at 13:43:18 UTC David Åkerman wrote:On Wednesday, January 21, 2026 at 7:04:33 PM UTC+1 ravirajk...@gmail.com wrote:On Wednesday, 21 January 2026 at 18:33:21 UTC+5:30 Matthias Sohn wrote:On Wed, Jan 21, 2026 at 12:41 PM ravirajk...@gmail.com <ravirajk...@gmail.com> wrote:Hi All,We are planning to use the Gerrit MCP server in our setup. Is there any official python packages to connect to the MCP server?Appreciate any pointer on example usage of the MCP server.Danny Rosen who implemented the Gerrit MCP server gave a presentation at the Gerrit Meets in Munich last NovemberThanks for sharing the link. The video and the github project [1] explain the usage nicely.Is it possible to query the MCP server from outside of gemini CLI?Yes, you just need a MCP client. If you do not mind writing a Python/Typescript application you can use langchain https://docs.langchain.com/oss/javascript/langchain/mcpI assume the question was if you can load the Gerrit MCP server within another tool like claude-code?
If so, I'd assume so but haven't tried it.I expected like a python package for client. I would give a try with something like a python script