Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions rtbrick-docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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"
}
]
}
Loading