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

Function _mcp_disabled_path

src/server/agent_server.py:1335–1336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1333
1334
1335def _mcp_disabled_path() -> Path:
1336 return Path.home() / ".clawcodex" / "mcp-disabled.json"
1337
1338
1339def _load_disabled_mcp() -> set[str]:

Callers 2

_load_disabled_mcpFunction · 0.85
_save_disabled_mcpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected