@nuxtjs/mcp-toolkit 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtjs/mcp-toolkit",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "configKey": "mcp",
5
5
  "docs": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
6
6
  "mcp": "https://mcp-toolkit.nuxt.dev/mcp",
package/dist/module.mjs CHANGED
@@ -7,7 +7,7 @@ import { ROUTES } from '../dist/runtime/server/mcp/constants.js';
7
7
  import { addDevToolsCustomTabs } from '../dist/runtime/server/mcp/devtools/index.js';
8
8
 
9
9
  const name = "@nuxtjs/mcp-toolkit";
10
- const version = "0.6.0";
10
+ const version = "0.6.1";
11
11
 
12
12
  const log = logger.withTag("@nuxtjs/mcp-toolkit");
13
13
  const { resolve } = createResolver(import.meta.url);
@@ -138,7 +138,8 @@ async function launchMcpInspector(nuxt, options) {
138
138
  mcpServerUrl
139
139
  ], {
140
140
  stdio: ["ignore", "pipe", "pipe"],
141
- env
141
+ env,
142
+ shell: true
142
143
  });
143
144
  const childProcess = inspectorProcess;
144
145
  let stdoutBuffer = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtjs/mcp-toolkit",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "peerDependencies": {
48
48
  "zod": "^4.1.13",
49
- "agents": ">=0.2.32"
49
+ "agents": ">=0.3.3"
50
50
  },
51
51
  "peerDependenciesMeta": {
52
52
  "zod": {
@@ -68,7 +68,7 @@
68
68
  "nuxt": "^4.2.2",
69
69
  "typescript": "~5.9.3",
70
70
  "vitest": "^4.0.16",
71
- "vue-tsc": "^3.1.8"
71
+ "vue-tsc": "^3.2.1"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"