intercomm-aimfp 0.5.0 → 0.5.2

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.
@@ -533,7 +533,7 @@ export const createAndRunServer = async (root) => {
533
533
  // AIMFP uses for its rules) — no per-project CLAUDE.md embedding or paste.
534
534
  const server = new McpServer({
535
535
  name: "intercomm-aimfp",
536
- version: "0.5.0",
536
+ version: "0.5.2",
537
537
  }, {
538
538
  instructions: loadProtocol(),
539
539
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intercomm-aimfp",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Local intercommunication system for coordinating multiple Claude Code instances via SQLite",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",