Skip to content

Commit 6329324

Browse files
chore: sync assistant configurations and settings (#13)
* chore: sync assistant configurations and settings - Update MCP server configurations for all supported assistants - Sync local settings for Claude, Cursor, Gemini, and other AI assistants - Update command documentation for PR creation workflow - Refresh OpenCode configuration settings - Ensure all assistant-specific configurations are current These changes ensure all AI assistant integrations have the latest MCP server settings and configuration updates. * Update commands/pr-create.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4b5a93c commit 6329324

13 files changed

Lines changed: 154 additions & 286 deletions

File tree

.claude/settings.local.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"Serena",
55
"Linear",
66
"GitHub",
7-
"figma-mcp",
8-
"beeper"
7+
"Figma",
8+
"Beeper",
9+
"Codex"
910
],
1011
"enableAllProjectMcpServers": true
11-
}
12+
}

.codex/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ args = ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
1515
command = "npx"
1616
args = ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
1717

18-
[mcp_servers.figma-mcp]
18+
[mcp_servers.Figma]
1919
command = "npx"
2020
args = ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
2121

22-
[mcp_servers.beeper]
22+
[mcp_servers.Beeper]
2323
command = "npx"
2424
args = ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]

.crush.json

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,32 @@
22
"mcp": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": [
6-
"-y",
7-
"xcodebuildmcp@latest"
8-
]
5+
"args": ["-y", "xcodebuildmcp@latest"]
96
},
107
"Serena": {
118
"command": "uv",
12-
"args": [
13-
"run",
14-
"serena",
15-
"mcp"
16-
]
9+
"args": ["run", "serena", "mcp"]
1710
},
1811
"Linear": {
1912
"command": "npx",
20-
"args": [
21-
"-y",
22-
"mcp-remote",
23-
"https://mcp.linear.app/sse"
24-
]
13+
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
2514
},
2615
"GitHub": {
2716
"command": "npx",
28-
"args": [
29-
"-y",
30-
"mcp-remote",
31-
"https://api.githubcopilot.com/mcp/"
32-
]
17+
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
3318
},
34-
"figma-mcp": {
19+
"Figma": {
3520
"command": "npx",
36-
"args": [
37-
"-y",
38-
"mcp-remote",
39-
"http://127.0.0.1:3845/sse"
40-
]
21+
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
4122
},
42-
"beeper": {
23+
"Beeper": {
4324
"command": "npx",
44-
"args": [
45-
"-y",
46-
"mcp-remote",
47-
"http://localhost:23373/v0/mcp"
48-
]
25+
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
26+
},
27+
"Codex": {
28+
"type": "stdio",
29+
"command": "codex",
30+
"args": ["mcp"]
4931
}
5032
}
51-
}
33+
}

.cursor/mcp.json

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,32 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": [
6-
"-y",
7-
"xcodebuildmcp@latest"
8-
]
5+
"args": ["-y", "xcodebuildmcp@latest"]
96
},
107
"Serena": {
118
"command": "uv",
12-
"args": [
13-
"run",
14-
"serena",
15-
"mcp"
16-
]
9+
"args": ["run", "serena", "mcp"]
1710
},
1811
"Linear": {
1912
"command": "npx",
20-
"args": [
21-
"-y",
22-
"mcp-remote",
23-
"https://mcp.linear.app/sse"
24-
]
13+
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
2514
},
2615
"GitHub": {
2716
"command": "npx",
28-
"args": [
29-
"-y",
30-
"mcp-remote",
31-
"https://api.githubcopilot.com/mcp/"
32-
]
17+
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
3318
},
34-
"figma-mcp": {
19+
"Figma": {
3520
"command": "npx",
36-
"args": [
37-
"-y",
38-
"mcp-remote",
39-
"http://127.0.0.1:3845/sse"
40-
]
21+
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
4122
},
42-
"beeper": {
23+
"Beeper": {
4324
"command": "npx",
44-
"args": [
45-
"-y",
46-
"mcp-remote",
47-
"http://localhost:23373/v0/mcp"
48-
]
25+
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
26+
},
27+
"Codex": {
28+
"type": "stdio",
29+
"command": "codex",
30+
"args": ["mcp"]
4931
}
5032
}
5133
}

.gemini/settings.json

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,32 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": [
6-
"-y",
7-
"xcodebuildmcp@latest"
8-
]
5+
"args": ["-y", "xcodebuildmcp@latest"]
96
},
107
"Serena": {
118
"command": "uv",
12-
"args": [
13-
"run",
14-
"serena",
15-
"mcp"
16-
]
9+
"args": ["run", "serena", "mcp"]
1710
},
1811
"Linear": {
1912
"command": "npx",
20-
"args": [
21-
"-y",
22-
"mcp-remote",
23-
"https://mcp.linear.app/sse"
24-
]
13+
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
2514
},
2615
"GitHub": {
2716
"command": "npx",
28-
"args": [
29-
"-y",
30-
"mcp-remote",
31-
"https://api.githubcopilot.com/mcp/"
32-
]
17+
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
3318
},
34-
"figma-mcp": {
19+
"Figma": {
3520
"command": "npx",
36-
"args": [
37-
"-y",
38-
"mcp-remote",
39-
"http://127.0.0.1:3845/sse"
40-
]
21+
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
4122
},
42-
"beeper": {
23+
"Beeper": {
4324
"command": "npx",
44-
"args": [
45-
"-y",
46-
"mcp-remote",
47-
"http://localhost:23373/v0/mcp"
48-
]
25+
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
26+
},
27+
"Codex": {
28+
"type": "stdio",
29+
"command": "codex",
30+
"args": ["mcp"]
4931
}
5032
}
5133
}

.kilocode/mcp.json

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,32 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": [
6-
"-y",
7-
"xcodebuildmcp@latest"
8-
]
5+
"args": ["-y", "xcodebuildmcp@latest"]
96
},
107
"Serena": {
118
"command": "uv",
12-
"args": [
13-
"run",
14-
"serena",
15-
"mcp"
16-
]
9+
"args": ["run", "serena", "mcp"]
1710
},
1811
"Linear": {
1912
"command": "npx",
20-
"args": [
21-
"-y",
22-
"mcp-remote",
23-
"https://mcp.linear.app/sse"
24-
]
13+
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
2514
},
2615
"GitHub": {
2716
"command": "npx",
28-
"args": [
29-
"-y",
30-
"mcp-remote",
31-
"https://api.githubcopilot.com/mcp/"
32-
]
17+
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
3318
},
34-
"figma-mcp": {
19+
"Figma": {
3520
"command": "npx",
36-
"args": [
37-
"-y",
38-
"mcp-remote",
39-
"http://127.0.0.1:3845/sse"
40-
]
21+
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
4122
},
42-
"beeper": {
23+
"Beeper": {
4324
"command": "npx",
44-
"args": [
45-
"-y",
46-
"mcp-remote",
47-
"http://localhost:23373/v0/mcp"
48-
]
25+
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
26+
},
27+
"Codex": {
28+
"type": "stdio",
29+
"command": "codex",
30+
"args": ["mcp"]
4931
}
5032
}
5133
}

.mcp.json

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,32 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": [
6-
"-y",
7-
"xcodebuildmcp@latest"
8-
]
5+
"args": ["-y", "xcodebuildmcp@latest"]
96
},
107
"Serena": {
118
"command": "uv",
12-
"args": [
13-
"run",
14-
"serena",
15-
"mcp"
16-
]
9+
"args": ["run", "serena", "mcp"]
1710
},
1811
"Linear": {
1912
"command": "npx",
20-
"args": [
21-
"-y",
22-
"mcp-remote",
23-
"https://mcp.linear.app/sse"
24-
]
13+
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
2514
},
2615
"GitHub": {
2716
"command": "npx",
28-
"args": [
29-
"-y",
30-
"mcp-remote",
31-
"https://api.githubcopilot.com/mcp/"
32-
]
17+
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
3318
},
34-
"figma-mcp": {
19+
"Figma": {
3520
"command": "npx",
36-
"args": [
37-
"-y",
38-
"mcp-remote",
39-
"http://127.0.0.1:3845/sse"
40-
]
21+
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
4122
},
42-
"beeper": {
23+
"Beeper": {
4324
"command": "npx",
44-
"args": [
45-
"-y",
46-
"mcp-remote",
47-
"http://localhost:23373/v0/mcp"
48-
]
25+
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
26+
},
27+
"Codex": {
28+
"type": "stdio",
29+
"command": "codex",
30+
"args": ["mcp"]
4931
}
5032
}
5133
}

.openhands/config.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ command = "npx"
1919
args = [ "-y", "mcp-remote", "https://api.githubcopilot.com/mcp/" ]
2020

2121
[[mcp.stdio_servers]]
22-
name = "figma-mcp"
22+
name = "Figma"
2323
command = "npx"
2424
args = [ "-y", "mcp-remote", "http://127.0.0.1:3845/sse" ]
2525

2626
[[mcp.stdio_servers]]
27-
name = "beeper"
27+
name = "Beeper"
2828
command = "npx"
2929
args = [ "-y", "mcp-remote", "http://localhost:23373/v0/mcp" ]
30+
31+
[[mcp.stdio_servers]]
32+
name = "Codex"
33+
command = "codex"
34+
args = [ "mcp" ]

.ruler/mcp.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@
1616
"command": "npx",
1717
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
1818
},
19-
"figma-mcp": {
19+
"Figma": {
2020
"command": "npx",
2121
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
2222
},
23-
"beeper": {
23+
"Beeper": {
2424
"command": "npx",
2525
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
26+
},
27+
"Codex": {
28+
"type": "stdio",
29+
"command": "codex",
30+
"args": ["mcp"]
2631
}
2732
}
2833
}

0 commit comments

Comments
 (0)