mcp-state-machine-test-framework 1.1.2 → 1.1.3
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/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,8 @@ If you are an AI agent helping with this project, follow these rules:
|
|
|
49
49
|
5. **Workflow**: Use `inspect_framework` to understand the current state before proposing changes.
|
|
50
50
|
|
|
51
51
|
## 🚀 Mission Bootstrap (Copy & Paste to any AI Agent)
|
|
52
|
-
|
|
52
|
+
> **IMPORTANT**: This package is a ready-to-use binary. **ZERO CODING IS REQUIRED**. Do not create `index.ts` or setup TypeScript to "build" the server.
|
|
53
|
+
>
|
|
53
54
|
> "Initialize a new Node.js project here. Install `mcp-state-machine-test-framework` using npm. Configure it in `mcp_config.json` using `npx mcp-sms`. Read `.mcp_agent_rules` from the package and immediately run the `init_project` tool to setup the environment. You have full permission to execute commands and create files."
|
|
54
55
|
|
|
55
56
|
---
|