You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run a static safety audit over the discovered tools and workflows. When `ANTHROPIC_API_KEY` is available, `simulate` executes an AI simulation battery against the discovered tool surface.
text: "The compiler writes its output to ./.mcpify by default, including the generated server, schemas, tool metadata, workflow definitions, and AGENTS.md.",
@@ -94,7 +94,7 @@ const docs: DocItem[] = [
94
94
{kind: "code",text: "npm install\nnpm run build"},
95
95
{
96
96
kind: "p",
97
-
text: "After that, use npm run mcpify -- <command> to invoke the compiled CLI entrypoint from the root workspace.",
97
+
text: "After that, use npx mcpify-cli <command> to invoke the compiled CLI entrypoint from the root workspace.",
98
98
},
99
99
],
100
100
},
@@ -106,7 +106,7 @@ const docs: DocItem[] = [
106
106
summary: "The implemented CLI exposes analyze, interactive, audit, frontend, swagger, and simulate.",
0 commit comments