MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / mcp_config

Function mcp_config

tests/test_mcp.py:22–26  ·  view source on GitHub ↗

Read MCP configuration.

()

Source from the content-addressed store, hash-verified

20
21@pytest.fixture(scope="module")
22def mcp_config():
23 """Read MCP configuration."""
24 mcp_config_path = Path("mini_agent/config/mcp.json")
25 with open(mcp_config_path, encoding="utf-8") as f:
26 return json.load(f)
27
28
29# =============================================================================

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected