@jalpp/mcp-adapter 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 (2) hide show
  1. package/dist/index.js +19333 -131
  2. package/package.json +10 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jalpp/mcp-adapter",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Adapter utilities for registering MCP tools with full TypeScript type safety — supports typed callbacks and automatic HTTP endpoint bridging with auth",
5
5
  "author": "jalpp",
6
6
  "license": "MIT",
@@ -50,17 +50,20 @@
50
50
  "release:minor": "npm version minor && npm publish --access public",
51
51
  "release:major": "npm version major && npm publish --access public"
52
52
  },
53
- "peerDependencies": {
54
- "@modelcontextprotocol/sdk": ">=1.0.0",
55
- "axios": ">=1.0.0",
56
- "zod": ">=3.0.0"
53
+ "peerDependenciesMeta": {
54
+ "axios": {
55
+ "optional": false
56
+ },
57
+ "zod": {
58
+ "optional": false
59
+ }
57
60
  },
58
61
  "devDependencies": {
59
- "@modelcontextprotocol/sdk": ">=1.0.0",
62
+ "@modelcontextprotocol/sdk": "^1.27.1",
60
63
  "@types/node": "^25.4.0",
61
64
  "tsup": "^8.0.0",
62
65
  "typescript": "^5.0.0",
63
- "zod": ">=3.0.0"
66
+ "zod": "^3.0.0"
64
67
  },
65
68
  "dependencies": {
66
69
  "axios": ">=1.0.0"