mcp-state-machine-test-framework 1.2.0 → 1.2.1
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,11 +49,13 @@ 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
|
+
> **⚠️ CRITICAL SCHEMA WARNING**: This framework **DOES NOT** use `nodes[]` or `edges[]` arrays. It uses a `nodos` object map. **ALWAYS** use the `upsert_node` tool.
|
|
53
|
+
>
|
|
52
54
|
> **YOUR ONLY MISSION**:
|
|
53
55
|
> 1. Run `npx -y -p mcp-state-machine-test-framework mcp-sms-init` to setup EVERYTHING.
|
|
54
56
|
> 2. Read `.mcp_agent_rules` to understand the workflow.
|
|
55
57
|
>
|
|
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."
|
|
58
|
+
> "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 using ONLY the provided MCP tools."
|
|
57
59
|
|
|
58
60
|
---
|
|
59
61
|
*Developed with ❤️ for maximum automation efficiency.*
|