fix(media): remove express from media host (#71436)

* fix(media): remove express from media host

* fix(media): harden media host responses

* fix(msteams): stage express runtime dependency

* fix(browser): align profile facade exports

* fix(msteams): keep setup entry narrow

* fix(types): satisfy extension setup gates

* fix(msteams): use generic setup config type
This commit is contained in:
Vincent Koc
2026-04-25 01:39:42 -07:00
committed by GitHub
parent 3169886a21
commit 01bf61fcfd
13 changed files with 316 additions and 62 deletions

View File

@@ -7,7 +7,7 @@
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"commander": "^14.0.3",
"express": "^5.2.1",
"express": "5.2.1",
"playwright-core": "1.59.1",
"typebox": "1.1.31",
"undici": "8.1.0",