Skip to content

Commit 436b809

Browse files
authored
feat(mcp-ui): add hook for posting data back to MCP client (#812)
1 parent e9e5f0d commit 436b809

File tree

7 files changed

+630
-12
lines changed

7 files changed

+630
-12
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,21 @@
8787
"license": "Apache-2.0",
8888
"devDependencies": {
8989
"@ai-sdk/azure": "^2.0.53",
90-
"@emotion/css": "^11.13.5",
9190
"@ai-sdk/google": "^2.0.23",
9291
"@ai-sdk/mcp": "^0.0.8",
9392
"@ai-sdk/openai": "^2.0.52",
93+
"@emotion/css": "^11.13.5",
9494
"@eslint/js": "^9.34.0",
9595
"@leafygreen-ui/table": "^15.2.2",
9696
"@modelcontextprotocol/inspector": "^0.17.1",
9797
"@mongodb-js/oidc-mock-provider": "^0.12.0",
9898
"@redocly/cli": "^2.0.8",
99+
"@testing-library/react": "^16.3.1",
99100
"@types/express": "^5.0.3",
100101
"@types/node": "^24.5.2",
101102
"@types/proper-lockfile": "^4.1.4",
102103
"@types/react": "^18.3.0",
103104
"@types/react-dom": "^19.2.3",
104-
"react": "^18.3.0",
105-
"react-dom": "^18.3.0",
106105
"@types/semver": "^7.7.0",
107106
"@types/yargs-parser": "^21.0.3",
108107
"@typescript-eslint/parser": "^8.44.0",
@@ -116,13 +115,16 @@
116115
"eslint-plugin-prettier": "^5.5.4",
117116
"globals": "^16.3.0",
118117
"husky": "^9.1.7",
118+
"jsdom": "^27.3.0",
119119
"knip": "^5.63.1",
120120
"mongodb": "^6.21.0",
121121
"mongodb-runner": "^6.2.0",
122122
"openapi-types": "^12.1.3",
123123
"openapi-typescript": "^7.9.1",
124124
"prettier": "^3.6.2",
125125
"proper-lockfile": "^4.1.2",
126+
"react": "^18.3.0",
127+
"react-dom": "^18.3.0",
126128
"semver": "^7.7.2",
127129
"simple-git": "^3.28.0",
128130
"testcontainers": "^11.7.1",

0 commit comments

Comments
 (0)