-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.json
More file actions
34 lines (34 loc) · 877 Bytes
/
plugin.json
File metadata and controls
34 lines (34 loc) · 877 Bytes
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
{
"name": "sc",
"version": "4.4.1",
"description": "Transform Claude Code into a structured development platform with 29 /sc: commands, 23 specialized agents, 7 behavioral modes, and MCP server integration",
"author": {
"name": "SuperClaude Team",
"email": "support@superclaude.dev",
"url": "https://github.com/SuperClaude-Org"
},
"homepage": "https://superclaude.netlify.app/",
"repository": "https://github.com/SuperClaude-Org/SuperClaude_Plugin",
"license": "MIT",
"keywords": [
"development",
"productivity",
"agents",
"workflow",
"automation",
"mcp",
"spec-driven",
"tdd"
],
"mcpServers": {
"airis-mcp-gateway": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/agiletec-inc/airis-mcp-gateway",
"airis-mcp-gateway"
],
"env": {}
}
}
}