@olaservo/mcp-sdk 1.25.2-sep834.1 → 1.25.2-sep834.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.
- package/dist/cjs/spec.types.d.ts +1 -1
- package/dist/cjs/types.js +1 -1
- package/dist/esm/spec.types.d.ts +1 -1
- package/dist/esm/types.js +1 -1
- package/package.json +1 -1
package/dist/cjs/spec.types.d.ts
CHANGED
|
@@ -1165,7 +1165,7 @@ export interface Tool extends BaseMetadata, Icons {
|
|
|
1165
1165
|
description?: string;
|
|
1166
1166
|
/**
|
|
1167
1167
|
* A JSON Schema object defining the expected parameters for the tool.
|
|
1168
|
-
* Can be any valid JSON Schema
|
|
1168
|
+
* Can be any valid JSON Schema object, including compositions like oneOf/anyOf at root.
|
|
1169
1169
|
*/
|
|
1170
1170
|
inputSchema: {
|
|
1171
1171
|
[key: string]: unknown;
|
package/dist/cjs/types.js
CHANGED
|
@@ -1260,7 +1260,7 @@ exports.ToolSchema = z.object({
|
|
|
1260
1260
|
description: z.string().optional(),
|
|
1261
1261
|
/**
|
|
1262
1262
|
* A JSON Schema 2020-12 object defining the expected parameters for the tool.
|
|
1263
|
-
* Can be any valid JSON Schema
|
|
1263
|
+
* Can be any valid JSON Schema object, including compositions like oneOf/anyOf at root.
|
|
1264
1264
|
*/
|
|
1265
1265
|
inputSchema: z.object({}).catchall(z.unknown()),
|
|
1266
1266
|
/**
|
package/dist/esm/spec.types.d.ts
CHANGED
|
@@ -1165,7 +1165,7 @@ export interface Tool extends BaseMetadata, Icons {
|
|
|
1165
1165
|
description?: string;
|
|
1166
1166
|
/**
|
|
1167
1167
|
* A JSON Schema object defining the expected parameters for the tool.
|
|
1168
|
-
* Can be any valid JSON Schema
|
|
1168
|
+
* Can be any valid JSON Schema object, including compositions like oneOf/anyOf at root.
|
|
1169
1169
|
*/
|
|
1170
1170
|
inputSchema: {
|
|
1171
1171
|
[key: string]: unknown;
|
package/dist/esm/types.js
CHANGED
|
@@ -1222,7 +1222,7 @@ export const ToolSchema = z.object({
|
|
|
1222
1222
|
description: z.string().optional(),
|
|
1223
1223
|
/**
|
|
1224
1224
|
* A JSON Schema 2020-12 object defining the expected parameters for the tool.
|
|
1225
|
-
* Can be any valid JSON Schema
|
|
1225
|
+
* Can be any valid JSON Schema object, including compositions like oneOf/anyOf at root.
|
|
1226
1226
|
*/
|
|
1227
1227
|
inputSchema: z.object({}).catchall(z.unknown()),
|
|
1228
1228
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olaservo/mcp-sdk",
|
|
3
|
-
"version": "1.25.2-sep834.
|
|
3
|
+
"version": "1.25.2-sep834.3",
|
|
4
4
|
"description": "Model Context Protocol implementation for TypeScript (SEP-834 fork with loosened JSON Schema restrictions)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Anthropic, PBC (https://anthropic.com)",
|