forked from oklemenz/LemmingsJS
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient-compatibility.json
More file actions
55 lines (55 loc) · 1.64 KB
/
client-compatibility.json
File metadata and controls
55 lines (55 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"version": 1,
"clients": [
{
"id": "codex-cli",
"name": "Codex CLI",
"lastVerifiedVersion": "0.77",
"configFormat": "toml",
"configExample": "docs/mcp/config-examples/codex-cli.toml",
"transport": "stdio",
"needsReview": false,
"reviewReason": "Verified via test-mcp-smoke."
},
{
"id": "claude-code",
"name": "Claude Code",
"lastVerifiedVersion": "unknown",
"configFormat": "json",
"configExample": "docs/mcp/config-examples/claude-code.json",
"transport": "stdio",
"needsReview": true,
"reviewReason": "Confirm current config filename and JSON schema."
},
{
"id": "lm-studio",
"name": "LM Studio",
"lastVerifiedVersion": "unknown",
"configFormat": "json",
"configExample": "docs/mcp/config-examples/lm-studio.json",
"transport": "stdio",
"needsReview": true,
"reviewReason": "Confirm MCP config schema for stdio/HTTP selection."
},
{
"id": "claude-desktop",
"name": "Claude Desktop",
"lastVerifiedVersion": "unknown",
"configFormat": "json",
"configExample": "docs/mcp/config-examples/claude-desktop.json",
"transport": "stdio",
"needsReview": true,
"reviewReason": "Confirm current config filename and MCP server schema."
},
{
"id": "vscode",
"name": "VS Code",
"lastVerifiedVersion": "unknown",
"configFormat": "json",
"configExample": "docs/mcp/config-examples/vscode-mcp.json",
"transport": "stdio",
"needsReview": true,
"reviewReason": "Confirm MCP config file location and schema."
}
]
}