-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
48 lines (48 loc) · 1.22 KB
/
manifest.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "ChittyCloude™ Universal Deployment",
"version": "1.0.0",
"description": "Universal cloud platform operations with ChittyID integration. Deploy to Cloudflare, Vercel, Railway, and more with a single interface.",
"author": "ChittyApps",
"license": "MIT",
"homepage": "https://chitty.cc/cloud",
"repository": {
"type": "git",
"url": "https://github.com/chittyapps/chittycloude-mcp"
},
"mcp": {
"server": {
"stdio": {
"command": "node",
"args": ["--experimental-strip-types", "index.ts"],
"env": {
"CHITTY_API_KEY": ""
}
},
"http": {
"url": "http://localhost:3000",
"env": {
"MCP_HTTP_MODE": "true",
"CHITTY_API_KEY": ""
}
}
}
},
"categories": ["deployment", "cloud", "infrastructure", "devops"],
"tags": ["cloudflare", "vercel", "railway", "deployment", "chittyid", "universal"],
"capabilities": {
"tools": [
"deploy",
"platform-status",
"cost-compare",
"team-sync",
"reputation-score",
"optimize-config"
],
"resources": [
"deployment-history",
"platform-configs",
"team-settings",
"reputation-data"
]
}
}