@shadow-garden/bapbong-mcp 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -4,7 +4,6 @@
4
4
  * Host-agnostic by design: tools are written once against the
5
5
  * {@link DocumentSession} port; the desktop app binds its live editor, a
6
6
  * server binds {@link HeadlessSession} (headless ProseMirror EditorStates).
7
- * See PLAN.md §M15 for the architecture and the frozen contract semantics.
8
7
  */
9
8
  export * from './lib/contract.js';
10
9
  export { PmDocSession, type PmSessionHost } from './lib/pm-session.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,KAAK,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACzF,OAAO,EAAE,eAAe,EAAE,KAAK,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAC/E,OAAO,EACL,SAAS,EACT,WAAW,EACX,aAAa,EACb,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,GACvB,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,KAAK,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACzF,OAAO,EAAE,eAAe,EAAE,KAAK,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAC/E,OAAO,EACL,SAAS,EACT,WAAW,EACX,aAAa,EACb,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,GACvB,MAAM,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shadow-garden/bapbong-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "bapbong — MCP server for AI agents: host-agnostic document tools (read/find/edit/format) over a DocumentSession port. Desktop app and headless server mount the same contract.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -93,6 +93,6 @@
93
93
  "zod": "^3.25.28",
94
94
  "prosemirror-state": "^1.4.4",
95
95
  "prosemirror-model": "^1.25.0",
96
- "@shadow-garden/bapbong-headless": "^0.1.0"
96
+ "@shadow-garden/bapbong-headless": "^0.2.0"
97
97
  }
98
98
  }