@spicyapi/mcp 0.2.1 → 0.2.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.
@@ -1,2 +1,2 @@
1
- export declare const MCP_VERSION = "0.2.1";
1
+ export declare const MCP_VERSION = "0.2.2";
2
2
  //# sourceMappingURL=package-version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // 构建时由 package.json 生成,不手动维护或提交。
2
- export const MCP_VERSION = "0.2.1";
2
+ export const MCP_VERSION = "0.2.2";
3
3
  //# sourceMappingURL=package-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicyapi/mcp",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Official local MCP server for the SpicyAPI public API",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@modelcontextprotocol/node": "2.0.0",
54
54
  "@modelcontextprotocol/server": "2.0.0",
55
- "@spicyapi/sdk": "^0.3.0",
55
+ "@spicyapi/sdk": "^0.4.0",
56
56
  "zod": "4.5.4"
57
57
  }
58
58
  }