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