mcp-state-machine-test-framework 1.1.5 → 1.2.0

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 +3 -6
  2. 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. Install via `npm install mcp-state-machine-test-framework`.
56
- > 2. Create a standard `mcp_config.json` for MCP tool access.
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
- > "Initialize a new Node.js project. Install `mcp-state-machine-test-framework` via npm. Setup `mcp_config.json` for `npx mcp-sms`. **DO NOT create any files or folders**. Read `.mcp_agent_rules` and run `init_project` tool NOW."
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.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-state-machine-test-framework",
3
- "version": "1.1.5",
3
+ "version": "1.2.0",
4
4
  "description": "High-fidelity State Machine MCP Server for autonomous E2E testing orchestration.",
5
5
  "main": "index.js",
6
6
  "type": "module",