Commit 24395ef
committed
fix: correct MCP server path and invocation
Fix MCP server startup failures by using correct dist/ path and node invocation.
Changes:
- Dockerfile.b00t: Update symlink to dist/plantuml-mcp-server.js (not bin/)
- supervisord.conf: Use 'node /path/to/plantuml-mcp-server.js' instead of command name
Fixes: supervisord error 'can't find command plantuml-mcp-server'1 parent 1cbd960 commit 24395ef
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments