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
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:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user