Adding as a Streamable HTTP MCP Server
Some checks failed
Main Workflow / Security Audit (push) Successful in 4m39s
Main Workflow / Test and Build (20.x) (push) Failing after 4m56s
Main Workflow / Test and Build (18.x) (push) Failing after 5m9s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Code Quality Check (push) Successful in 1m33s
Main Workflow / Notification (push) Failing after 21s

This commit is contained in:
2025-07-22 21:31:55 +00:00
parent bf088da9d5
commit 6aa7e91874
25 changed files with 5027 additions and 4797 deletions

View File

@ -1,10 +1,11 @@
{
"mcpServers": {
"drawio-mcp-server": {
"drawio-diagram-generator": {
"command": "node",
"args": ["/home/aleleba/projects/drawio-mcp-server/build/index.js"],
"args": ["build/index.js"],
"cwd": "/home/aleleba/projects/drawio-cline-mcp-server",
"env": {
"WORKSPACE_ROOT": "/home/aleleba/projects"
"HTTP_PORT": "3000"
}
}
}