forked from modelcontextprotocol/registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrtbrick-docs.json
More file actions
52 lines (52 loc) · 1.27 KB
/
rtbrick-docs.json
File metadata and controls
52 lines (52 loc) · 1.27 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
{
"name": "rtbrick-docs",
"displayName": "RtBrick Documentation",
"description": "Access and search RtBrick's technical documentation including networking configuration guides, API references, and technical specifications",
"icon": "https://www.rtbrick.com/favicon.ico",
"author": {
"name": "Pravin Bhandarkar",
"url": "https://github.com/rtbrick"
},
"sourceUrl": "https://github.com/yourusername/rtb-doc-mcp-server",
"license": "MIT",
"runtime": "python",
"categories": [
"documentation",
"search",
"enterprise"
],
"tags": [
"networking",
"documentation",
"rtbrick",
"technical-docs",
"search"
],
"installation": {
"pip": "rtb-doc-mcp-server"
},
"configuration": {
"type": "object",
"properties": {
"config_path": {
"type": "string",
"description": "Path to config.json file",
"required": false
}
}
},
"tools": [
{
"name": "search_documentation",
"description": "Search through RtBrick documentation with keywords"
},
{
"name": "get_document",
"description": "Retrieve full content of a specific documentation file"
},
{
"name": "list_all_documents",
"description": "List all available documentation files"
}
]
}