Enables AI coding assistants to debug and analyze WeChat MiniApp JavaScript code via Chrome DevTools Protocol. Supports network interception, breakpoint debugging, script analysis, and runtime inspect…
| Tool name | Description | Destructive? |
|---|---|---|
| list_network_requests | ✓ no | |
| get_response_body | ✓ no | |
| get_request_initiator | ✓ no | |
| list_scripts | ✓ no | |
| get_script_source | ✓ no |
| save_script_source | ✓ no | |
| search_in_sources | ✓ no | |
| evaluate_script | ✓ no | |
| get_websocket_messages | ✓ no | |
| break_on_xhr | ✓ no | |
| resume_execution⚠ | ⚠ yes | |
| get_paused_info | ✓ no | |
| set_breakpoint_on_text | ✓ no | |
| remove_breakpoints⚠ | ⚠ yes | |
| list_breakpoints | ✓ no | |
| step | ✓ no | |
| list_targets | ✓ no | |
| switch_target | ✓ no |
{
"mcpServers": {
"miniapp-cdp": {
"command": "uvx",
"args": [
"miniapp-cdp"
]
}
}
}