MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_init_basic

Method test_init_basic

tests/test_mcp_errors.py:32–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31class TestMcpToolCallError:
32 def test_init_basic(self) -> None:
33 err = McpToolCallError("tool failed")
34 assert str(err) == "tool failed"
35 assert err.telemetry_message == "tool failed"
36 assert err.mcp_meta is None
37
38 def test_init_with_meta(self) -> None:
39 meta = {"_meta": {"some": "data"}}

Callers

nothing calls this directly

Calls 1

McpToolCallErrorClass · 0.90

Tested by

no test coverage detected