@skillit/target-fastmcp 0.3.2 → 0.3.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillit/target-fastmcp",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "FastMCP CLI-as-proxy invocation-target adapter for @skillit/mcp — emits shell-command skills using the fastmcp Python CLI for agents without MCP support",
5
5
  "keywords": [
6
6
  "agent-skills",
@@ -35,13 +35,13 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@skillit/core": "2.0.0",
39
- "@skillit/mcp": "0.4.0"
38
+ "@skillit/core": "2.1.0",
39
+ "@skillit/mcp": "0.4.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/json-schema": "^7.0.15",
43
43
  "@types/node": "^25.9.1",
44
- "vitest": "^4.1.7",
44
+ "vitest": "^5.0.0-beta.4",
45
45
  "yaml": "^2.9.0"
46
46
  },
47
47
  "scripts": {