openpencil/bunfig.toml
Danila Poyarkov 2b32a8c7d3 feat(mcp): add local transport discovery
- Prefer private Unix sockets with TCP fallback for local MCP clients

- Unify HTTP and WebSocket lifecycle, authentication, and cleanup

- Discover transport details from an owner-only runtime file
2026-07-25 21:29:03 +03:00

8 lines
358 B
TOML

# Bun configuration.
# Preload discovery-file isolation for every `bun test` run so engine tests
# never clobber the real ~/Library/Application Support/OpenPencil/mcp.json
# (which would break a running OpenPencil desktop app). See
# tests/helpers/mcp-discovery-isolation.ts for the rationale.
[test]
preload = ["./tests/helpers/mcp-discovery-isolation.ts"]