Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mcp-app-debug",
"version": "0.4.0",
"description": "Local debug host for MCP Apps render your server's app in a Playwright browser with full postMessage protocol visibility and 7 automated diagnostics, on both the 2025-11-25 and stateless 2026-07-28 MCP revisions (npx mcp-app-debug <server-url>)",
"description": "Local debug host for MCP Apps \u2014 render your server's app in a Playwright browser with full postMessage protocol visibility and 7 automated diagnostics, on both the 2025-11-25 and stateless 2026-07-28 MCP revisions (npx mcp-app-debug <server-url>)",
"type": "module",
"bin": {
"mcp-app-debug": "dist/cli.js"
Expand Down Expand Up @@ -56,5 +56,8 @@
"esbuild": "^0.28.1",
"tsx": "^4.23.1",
"typescript": "^7.0.2"
},
"allowScripts": {
"esbuild@0.28.1": true
}
}
Loading