MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / FailingServer

Class FailingServer

tests/unit/api/test_query_router.py:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46class FailingServer:
47 async def handle_tool_call(self, tool_name, arguments):
48 raise OSError("connection refused")
49
50
51def test_execute_query_returns_503_when_database_unavailable(

Calls

no outgoing calls