Ask a question to get started
Enter to send•Shift+Enter new line
Split discovered config paths into user-level and project-level.
User-level configs live under ~/.deepagents/. Everything else is considered project-level.
~/.deepagents/
classify_discovered_configs( config_paths: list[Path], ) -> tuple[list[Path], list[Path]]
config_paths
list[Path]
Paths returned by discover_mcp_configs.
discover_mcp_configs