Skip to content

Commit 391a75f

Browse files
chore(release): 5.17.2 [skip ci]\n\n## [5.17.2](client/v5.17.1...client/v5.17.2) (2025-12-20)
### Bug Fixes * **client:** use type-only imports for @modelcontextprotocol/sdk types ([#157](#157)) ([d84cb3e](d84cb3e)) * revert externalUrl adapter for compatibility ([#159](#159)) ([3c5289a](3c5289a)) * trigger TS release ([e28d1f6](e28d1f6)) * update adapter to latest MCP Apps spec ([#163](#163)) ([e342034](e342034)) * update MCP Apps adapter mimetype ([#162](#162)) ([c91e533](c91e533)) * update ui/message to pass an array ([#167](#167)) ([80cf222](80cf222))
1 parent 6e8ac9c commit 391a75f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

sdks/typescript/client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [5.17.2](https://github.com/MCP-UI-Org/mcp-ui/compare/client/v5.17.1...client/v5.17.2) (2025-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** use type-only imports for @modelcontextprotocol/sdk types ([#157](https://github.com/MCP-UI-Org/mcp-ui/issues/157)) ([d84cb3e](https://github.com/MCP-UI-Org/mcp-ui/commit/d84cb3e217dfa90f038a8fbe64b4ffd0e0a1bc3f))
7+
* revert externalUrl adapter for compatibility ([#159](https://github.com/MCP-UI-Org/mcp-ui/issues/159)) ([3c5289a](https://github.com/MCP-UI-Org/mcp-ui/commit/3c5289a5e59812f556bc2bb9e67c3ce2e3ce764e))
8+
* trigger TS release ([e28d1f6](https://github.com/MCP-UI-Org/mcp-ui/commit/e28d1f65cd5f26e46801480995e178ee50c31e51))
9+
* update adapter to latest MCP Apps spec ([#163](https://github.com/MCP-UI-Org/mcp-ui/issues/163)) ([e342034](https://github.com/MCP-UI-Org/mcp-ui/commit/e3420348098fe716f45b2182bc8c8d3358714035))
10+
* update MCP Apps adapter mimetype ([#162](https://github.com/MCP-UI-Org/mcp-ui/issues/162)) ([c91e533](https://github.com/MCP-UI-Org/mcp-ui/commit/c91e5331b68c65de2347b16766a5711e05985e68))
11+
* update ui/message to pass an array ([#167](https://github.com/MCP-UI-Org/mcp-ui/issues/167)) ([80cf222](https://github.com/MCP-UI-Org/mcp-ui/commit/80cf22290ff5e2f981be839f74705454483c21b5))
12+
113
## [5.17.1](https://github.com/MCP-UI-Org/mcp-ui/compare/client/v5.17.0...client/v5.17.1) (2025-12-01)
214

315

sdks/typescript/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-ui/client",
3-
"version": "5.17.1",
3+
"version": "5.17.2",
44
"description": "mcp-ui Client SDK",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)