-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver-docs.json
More file actions
43 lines (43 loc) · 1.84 KB
/
Copy pathserver-docs.json
File metadata and controls
43 lines (43 loc) · 1.84 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MachuraHarry/pipe-docs",
"title": "Pipe Docs (SPR) MCP Server",
"description": "Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.",
"repository": {
"url": "https://github.com/MachuraHarry/pipe",
"source": "github"
},
"version": "1.1.1",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/MachuraHarry/pipe/releases/download/v1.1.1/pipe-docs-server-linux-amd64.mcpb",
"fileSha256": "44f765d14e2e955b9bad7d136804c7743379eb39e861af2561cc90d1ef48746a",
"transport": { "type": "stdio" }
},
{
"registryType": "mcpb",
"identifier": "https://github.com/MachuraHarry/pipe/releases/download/v1.1.1/pipe-docs-server-linux-arm64.mcpb",
"fileSha256": "9e33e22d2621cf3ebf0a4a23b085378bd58300313d6b38c36e631474983ee565",
"transport": { "type": "stdio" }
},
{
"registryType": "mcpb",
"identifier": "https://github.com/MachuraHarry/pipe/releases/download/v1.1.1/pipe-docs-server-darwin-amd64.mcpb",
"fileSha256": "3fa514ddc65bdedfd27da61d1cf4d7aa468fc418afb18bcafea7c78ff9d172f0",
"transport": { "type": "stdio" }
},
{
"registryType": "mcpb",
"identifier": "https://github.com/MachuraHarry/pipe/releases/download/v1.1.1/pipe-docs-server-darwin-arm64.mcpb",
"fileSha256": "1041b9f925bcd9bdf7718e4267f5db9764a93a069e733c67c6f7686c8c57334f",
"transport": { "type": "stdio" }
},
{
"registryType": "mcpb",
"identifier": "https://github.com/MachuraHarry/pipe/releases/download/v1.1.1/pipe-docs-server-windows-amd64.mcpb",
"fileSha256": "c9b99f8f8c4547b770e43e0f89cc414914ce31222564a54f2c9d2b4cb0a47d4f",
"transport": { "type": "stdio" }
}
]
}