Skip to content

Commit 6c0697b

Browse files
chore: migrate MCP config from .vscode/mcp.json to .mcp.json (#822)
Per https://gh.io/copilotcli-mcpmigrate, Copilot CLI loads workspace MCP servers from .mcp.json at the repo root (not .vscode/mcp.json). Rename the file and switch the top-level key from `servers` to `mcpServers` so the github-agentic-workflows server is discovered by `copilot mcp list`. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b86ea3f commit 6c0697b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"servers": {
2+
"mcpServers": {
33
"github-agentic-workflows": {
44
"command": "gh",
55
"args": [
@@ -8,4 +8,4 @@
88
]
99
}
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)