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.
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/dist/mcp-server.js
CHANGED
|
@@ -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.
|
|
536
|
+
version: "0.5.2",
|
|
537
537
|
}, {
|
|
538
538
|
instructions: loadProtocol(),
|
|
539
539
|
});
|