MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / __init__

Method __init__

scripts/mcp_probe/probe.py:55–59  ·  view source on GitHub ↗
(self, repo: str, stderr_path: Path, hint: str)

Source from the content-addressed store, hash-verified

53 a human at it instead of swallowing the diagnosis."""
54
55 def __init__(self, repo: str, stderr_path: Path, hint: str):
56 super().__init__(f"MCP init failed for {repo}: {hint} (stderr: {stderr_path})")
57 self.repo = repo
58 self.stderr_path = stderr_path
59 self.hint = hint
60
61
62class McpClient:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected