opentool 0.8.18 → 0.8.21

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.
@@ -361,6 +361,7 @@ type ToolProfile = {
361
361
  version: number | string;
362
362
  schema?: Record<string, unknown>;
363
363
  defaults?: Record<string, unknown>;
364
+ envVar?: string;
364
365
  };
365
366
  };
366
367
  type GetHandler = (req: Request) => Promise<Response> | Response;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opentool",
3
- "version": "0.8.18",
3
+ "version": "0.8.21",
4
4
  "description": "OpenTool framework for building serverless MCP tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  "validate": "opentool validate"
11
11
  },
12
12
  "dependencies": {
13
- "opentool": "^0.8.18",
13
+ "opentool": "^0.8.21",
14
14
  "zod": "^4.1.11"
15
15
  },
16
16
  "devDependencies": {