mcp-state-machine-test-framework 1.1.5 → 1.1.6
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 +3 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,14 +49,11 @@ 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
|
-
> **⚠️ STRICT PROHIBITION**: DO NOT create any folders (`src`, `.mcp`, etc.) or files (`index.js`, `mcp.json`) manually. This framework is SELF-MANAGED.
|
|
53
|
-
>
|
|
54
52
|
> **YOUR ONLY MISSION**:
|
|
55
|
-
> 1.
|
|
56
|
-
> 2.
|
|
57
|
-
> 3. **IMMEDIATELY** call the `init_project` tool.
|
|
53
|
+
> 1. Run `npx -y -p mcp-state-machine-test-framework mcp-sms-init` to setup EVERYTHING.
|
|
54
|
+
> 2. Read `.mcp_agent_rules` to understand the workflow.
|
|
58
55
|
>
|
|
59
|
-
> "
|
|
56
|
+
> "Run `npx -y -p mcp-state-machine-test-framework mcp-sms-init`. This will setup the project, folders, templates and `mcp_config.json` automatically. Then read `.mcp_agent_rules` and start mapping."
|
|
60
57
|
|
|
61
58
|
---
|
|
62
59
|
*Developed with ❤️ for maximum automation efficiency.*
|