weapp-pilot-mcp 0.1.0 → 0.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.
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # weapp-pilot-mcp
2
2
 
3
- `weapp-pilot-mcp` is a local MCP server for route-aware smoke testing and structured scenario execution against WeChat Mini Programs.
3
+ `weapp-pilot-mcp` is a local MCP server for route-aware smoke testing, async smoke jobs, and structured scenario execution against WeChat Mini Programs.
4
4
 
5
5
  Current public scope:
6
6
 
7
7
  - Taro-first project detection and build orchestration
8
8
  - local-machine WeChat DevTools sessions
9
9
  - `miniprogram-automator` backed runtime control
10
- - readiness checks, smoke runs, and structured scenario execution for external Agents
10
+ - readiness checks, sync or async smoke runs, and structured scenario execution for external Agents
11
11
 
12
12
  ## Quick Start
13
13
 
@@ -43,15 +43,18 @@ env_check
43
43
  preflight_check
44
44
  project_routes / route_search
45
45
  smoke_run
46
+ smoke_run_async / run_status / run_result
46
47
  scenario_run
47
48
  ```
48
49
 
49
50
  ## Documentation
50
51
 
51
52
  - Repository: https://github.com/Leezgion/weapp-pilot-mcp
53
+ - Client configs: https://github.com/Leezgion/weapp-pilot-mcp/blob/main/docs/client-configs.md
52
54
  - Local setup: https://github.com/Leezgion/weapp-pilot-mcp/blob/main/docs/local-setup.md
53
55
  - Agent recipes: https://github.com/Leezgion/weapp-pilot-mcp/blob/main/docs/agent-recipes.md
54
56
  - Chinese docs: https://github.com/Leezgion/weapp-pilot-mcp/blob/main/docs/zh-CN/README.md
57
+ - Changelog: https://github.com/Leezgion/weapp-pilot-mcp/blob/main/CHANGELOG.md
55
58
 
56
59
  ## License
57
60