-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.manifest.json
More file actions
63 lines (63 loc) · 1.75 KB
/
Copy pathplugin.manifest.json
File metadata and controls
63 lines (63 loc) · 1.75 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
56
57
58
59
60
61
62
63
{
"id": "index-server-knowledge",
"name": "Index Server Knowledge",
"version": "1.0.0",
"description": "Example Squad knowledge plugin that documents integration with the jagilber-org/index-server MCP instruction index.",
"authors": [
"Squad"
],
"license": "MIT",
"squad": ">=0.9.1",
"components": {
"knowledge": [
"index-server"
],
"instructions": [
"index-server"
]
},
"repository": {
"type": "github",
"url": "https://github.com/jagilber-org/index-server"
},
"upstream": {
"package": "@jagilber-org/index-server",
"registry": "npm",
"installCommand": "npm install -g @jagilber-org/index-server",
"docs": "https://github.com/jagilber-org/index-server"
},
"mcp": {
"available": true,
"server": "index-server",
"entryPoint": "index-server",
"installCommand": "npx -y @jagilber-org/index-server@latest --dashboard",
"reason": "Index Server provides an MCP-governed instruction and knowledge catalog. Squad records the metadata but does not start it."
},
"providers": [
{
"id": "index-server",
"type": "knowledge",
"mode": "read",
"protocol": "mcp",
"description": "Governed instruction and knowledge catalog provider contract.",
"artifact": "knowledge/index-server/index-server-integration.md",
"mcp": {
"server": "index-server",
"tool": "query-index",
"capability": "governed-knowledge-catalog"
},
"capabilities": [
"governed-instructions",
"knowledge-catalog",
"team-standards"
]
}
],
"files": [
{
"source": "knowledge/index-server-integration.md",
"target": "knowledge/index-server/index-server-integration.md",
"type": "doc"
}
]
}