Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions plugins/starter-advanced/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"env": {
"POSTGRES_CONNECTION_STRING": "${POSTGRES_URL}"
}
},
"gbr": {
"command": "node",
"args": ["GrokBuildRemote-Agents/mcp/gbr-mcp/bin/gbr-mcp.js"]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken GBR MCP script path

High Severity · Logic Bug

The new gbr MCP entry runs node with a relative path to gbr-mcp.js that is not shipped under the plugin (and is absent from this repo). Plugin MCP cwd defaults to the plugin root, so the process looks for that script beside mcp.json and fails to start, blocking the phone-pairing attach path this PR adds.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b361d8d. Configure here.

}
}
}