Skip to content

Commit 2234206

Browse files
chore(repo): version packages (#184)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7813cbb commit 2234206

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/cloudflare-codemode-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/h3-peer-event-to-web-request.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/module-mcp-sdk-types-dx.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/nuxt-mcp-toolkit/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @nuxtjs/mcp-toolkit
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [`8e0d297`](https://github.com/nuxt-modules/mcp-toolkit/commit/8e0d297c1a2486c7c302d9d76a9beb56945ec2cd) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Align MCP tool, resource, and prompt types with the MCP SDK; add `sdk-extra` exports; improve codemode typings; add `sdk-types-compat` tests ([#182](https://github.com/nuxt-modules/mcp-toolkit/pull/182)).
8+
9+
### Patch Changes
10+
11+
- [#192](https://github.com/nuxt-modules/mcp-toolkit/pull/192) [`e129387`](https://github.com/nuxt-modules/mcp-toolkit/commit/e129387838cbe9ebbae4500b138d3fc6af9ad431) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Fix Cloudflare (Nitro) builds failing when codemode’s Node-only executor pulled in `secure-exec` and `node:http`: lazy-load the executor and alias it to a Workers-safe stub when the preset is cloudflare ([#189](https://github.com/nuxt-modules/mcp-toolkit/issues/189)). `experimental_codeMode` remains unsupported on Workers and returns a clear runtime error if enabled.
12+
13+
- [#183](https://github.com/nuxt-modules/mcp-toolkit/pull/183) [`8e011c5`](https://github.com/nuxt-modules/mcp-toolkit/commit/8e011c5f1dc2eb872ba84b5068e3fd8db1e178e7) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Improve h3 compatibility for MCP transports: `eventToWebRequest` uses `event.req` on h3 v2 and calls h3’s `toWebRequest` via namespace when available on v1 (no static `import { toWebRequest }` so h3 v2 installs don’t break); widen the `h3` peer range to `>=1.10.0`.
14+
315
## 0.12.0
416

517
### Minor Changes

packages/nuxt-mcp-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/mcp-toolkit",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)