Skip to content

Commit 259b267

Browse files
Copilotpelikhan
andcommitted
Fix Serena MCP context: use 'codex' instead of 'copilot'
The --context parameter for Serena MCP should be 'codex', not 'copilot'. This matches the configuration used in compiled workflows. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent ae93bce commit 259b267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"serena",
1717
"start-mcp-server",
1818
"--context",
19-
"copilot",
19+
"codex",
2020
"--project",
2121
"${workspaceFolder}"
2222
],

0 commit comments

Comments
 (0)