mcp-state-machine-test-framework 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,5 +48,9 @@ If you are an AI agent helping with this project, follow these rules:
48
48
  4. **Initialization**: Your very first action after installation **MUST** be calling the `init_project` tool to create the directory structure and templates.
49
49
  5. **Workflow**: Use `inspect_framework` to understand the current state before proposing changes.
50
50
 
51
+ ## 🚀 Mission Bootstrap (Copy & Paste to any AI Agent)
52
+ Copy this prompt to start a project instantly:
53
+ > "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
+
51
55
  ---
52
56
  *Developed with ❤️ for maximum automation efficiency.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-state-machine-test-framework",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "High-fidelity State Machine MCP Server for autonomous E2E testing orchestration.",
5
5
  "main": "index.js",
6
6
  "type": "module",