-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.38 KB
/
Copy pathserver.json
File metadata and controls
37 lines (37 loc) · 1.38 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.aniongithub/devcontainer-mcp",
"title": "devcontainer-mcp",
"description": "Manage dev container environments via MCP (Docker, DevPod, Codespaces).",
"repository": {
"url": "https://github.com/aniongithub/devcontainer-mcp",
"source": "github"
},
"version": "0.0.0",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/aniongithub/devcontainer-mcp/releases/download/v0.0.0/devcontainer-mcp-linux-x64.tar.gz",
"fileSha256": "PLACEHOLDER",
"transport": { "type": "stdio" }
},
{
"registryType": "mcpb",
"identifier": "https://github.com/aniongithub/devcontainer-mcp/releases/download/v0.0.0/devcontainer-mcp-linux-arm64.tar.gz",
"fileSha256": "PLACEHOLDER",
"transport": { "type": "stdio" }
},
{
"registryType": "mcpb",
"identifier": "https://github.com/aniongithub/devcontainer-mcp/releases/download/v0.0.0/devcontainer-mcp-darwin-x64.tar.gz",
"fileSha256": "PLACEHOLDER",
"transport": { "type": "stdio" }
},
{
"registryType": "mcpb",
"identifier": "https://github.com/aniongithub/devcontainer-mcp/releases/download/v0.0.0/devcontainer-mcp-darwin-arm64.tar.gz",
"fileSha256": "PLACEHOLDER",
"transport": { "type": "stdio" }
}
]
}