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