Files
next-ai-draw-io/packages
dayuan.jiang d82567572e fix: bind MCP server HTTP to 127.0.0.1 only
The embedded HTTP sidecar was using server.listen(port) without a host
argument, which defaults to 0.0.0.0 (all interfaces). This exposed the
server to the local network. Now explicitly binds to 127.0.0.1.

Also excludes release/ from tsconfig to fix pre-existing TS errors.

Bumps @next-ai-drawio/mcp-server to 0.1.18.
2026-04-06 09:02:45 +09:00
..