4 instantiations of AgentConfigLocation
aspire (4)
Utils\EnvironmentChecker\DeprecatedAgentConfigCheck.cs (4)
23new AgentConfigLocation("Claude Code", ".mcp.json", ConfigFormat.McpServersWithArgs, "mcpServers"), 24new AgentConfigLocation("VS Code", ".vscode/mcp.json", ConfigFormat.McpServersWithArgs, "servers"), 25new AgentConfigLocation("Copilot CLI", ".github/copilot/mcp.json", ConfigFormat.McpServersWithArgs, "servers"), 26new AgentConfigLocation("OpenCode", "opencode.jsonc", ConfigFormat.McpWithCommandArray, "mcp"),
3 references to AgentConfigLocation
aspire (3)
Utils\EnvironmentChecker\DeprecatedAgentConfigCheck.cs (3)
21private static readonly AgentConfigLocation[] s_configLocations = 44foreach (var location in s_configLocations) 91private static bool HasDeprecatedMcpCommand(JsonObject config, AgentConfigLocation location)