discover_mcp_configs(
*,
project_context: ProjectContext | None = None,
) -> list[PathFind MCP config files from standard locations.
Checks three paths in precedence order (lowest to highest):
~/.deepagents/.mcp.json (user-level global)<project-root>/.deepagents/.mcp.json (project subdir)<project-root>/.mcp.json (project root, Claude Code compat)Project root is determined from project_context when provided, otherwise
by find_project_root(), falling back to CWD.