@vitest-agent/mcp 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -11,7 +11,7 @@ import { startMcpServer } from "./server.js";
11
11
  *
12
12
  * @public
13
13
  */
14
- const CURRENT_MCP_VERSION = "2.0.1";
14
+ const CURRENT_MCP_VERSION = "2.0.2";
15
15
 
16
16
  //#endregion
17
17
  export { CURRENT_MCP_VERSION, McpLive, appRouter, createCallerFactory, createCurrentSessionIdRef, createSessionContextRef, startMcpServer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitest-agent/mcp",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "private": false,
5
5
  "description": "Model Context Protocol server for vitest-agent. Exposes 53 tools for agent access to test data, TDD lifecycle, and session management.",
6
6
  "keywords": [
@@ -38,12 +38,12 @@
38
38
  "vitest-agent-mcp": "bin/vitest-agent-mcp.js"
39
39
  },
40
40
  "dependencies": {
41
- "@effect/platform-node": "4.0.0-beta.98",
42
- "@effect/sql-sqlite-node": "4.0.0-beta.98",
41
+ "@effect/platform-node": "4.0.0-beta.99",
42
+ "@effect/sql-sqlite-node": "4.0.0-beta.99",
43
43
  "@modelcontextprotocol/sdk": "^1.29.0",
44
44
  "@trpc/server": "^11.18.0",
45
- "@vitest-agent/sdk": "2.0.1",
46
- "effect": "4.0.0-beta.98",
45
+ "@vitest-agent/sdk": "2.0.2",
46
+ "effect": "4.0.0-beta.99",
47
47
  "zod": "^4.4.3"
48
48
  },
49
49
  "peerDependencies": {