Creating first version of MCP server.
Some checks failed
CI Pipeline / Test and Build (20.x) (push) Failing after 3m22s
CI Pipeline / Code Quality Check (push) Failing after 11m52s
CI Pipeline / Security Audit (push) Failing after 11m53s
CI Pipeline / Test and Build (18.x) (push) Failing after 12m31s
CI Pipeline / Build Release Artifacts (push) Has been cancelled
CI Pipeline / Notification (push) Has been cancelled

This commit is contained in:
2025-07-22 07:11:59 +00:00
parent f10bf53522
commit bf088da9d5
38 changed files with 6398 additions and 9442 deletions

11
mcp-config-example.json Normal file
View File

@ -0,0 +1,11 @@
{
"mcpServers": {
"drawio-mcp-server": {
"command": "node",
"args": ["/home/aleleba/projects/drawio-mcp-server/build/index.js"],
"env": {
"WORKSPACE_ROOT": "/home/aleleba/projects"
}
}
}
}