feat: implement initial Docmost Model Context Protocol (MCP) server for documentation management.
This commit is contained in:
13
mcp_config_example.json
Normal file
13
mcp_config_example.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"docmost-local": {
|
||||
"command": "node",
|
||||
"args": ["./build/index.js"],
|
||||
"env": {
|
||||
"DOCMOST_API_URL": "http://localhost:3000/api",
|
||||
"DOCMOST_EMAIL": "test@docmost.com",
|
||||
"DOCMOST_PASSWORD": "test"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user