openpencil/bunfig.toml
Danila Poyarkov 9c9e4fae08 refactor(mcp): align transport domain structure
- Group server, stdio, and transport implementation by ownership

- Mirror those domains in engine tests and centralize shared MCP fixtures
2026-07-25 22:59:59 +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"]