There was an error while loading. Please reload this page.
1 parent b1e1eb1 commit 3c4431dCopy full SHA for 3c4431d
1 file changed
src/git/src/mcp_server_git/server.py
@@ -584,4 +584,4 @@ async def call_tool(name: str, arguments: dict) -> list[TextContent]:
584
585
options = server.create_initialization_options()
586
async with stdio_server() as (read_stream, write_stream):
587
- await server.run(read_stream, write_stream, options, raise_exceptions=True)
+ await server.run(read_stream, write_stream, options, raise_exceptions=False)
0 commit comments