feat(mcp): finalize scaffolding and factory entry

Adds packages/mcp/.gitignore, src/index.ts (public API barrel),
src/server.ts (createPascalMcpServer factory), and a smoke test
for the public API.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Adrian Perez
2026-04-18 17:50:47 +02:00
co-authored by Claude Opus 4.7
parent 2ae932f384
commit eebbef502d
5 changed files with 42 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
export { SceneBridge } from './bridge/scene-bridge'
export { type CreatePascalMcpServerOptions, createPascalMcpServer } from './server'
export const version = '0.1.0'