Skip to content

Commit 6942f75

Browse files
committed
Run the MCP App test in CI
`npm test` picked up test:app, but CI lists its steps individually, so the new suite never ran there — and it is the only thing guarding the rules that fail silently in a host: no external asset under the deny-by-default CSP, no inline event handlers, the size tripwire against a second SDK copy landing, and the resource MIME type matching the ext-apps constant.
1 parent 0e82afc commit 6942f75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
- name: Fixture MCP round-trip (offline)
6565
run: npm run test:fixture
6666

67+
- name: MCP App bundle (offline)
68+
run: npm run test:app
69+
6770
- name: HTTP transport round-trip (offline)
6871
run: npm run test:http
6972

0 commit comments

Comments
 (0)