fastmcp 3.20.0 → 3.20.1

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/jsr.json CHANGED
@@ -3,5 +3,5 @@
3
3
  "include": ["src/FastMCP.ts", "src/bin/fastmcp.ts"],
4
4
  "license": "MIT",
5
5
  "name": "@punkpeye/fastmcp",
6
- "version": "3.20.0"
6
+ "version": "3.20.1"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastmcp",
3
- "version": "3.20.0",
3
+ "version": "3.20.1",
4
4
  "main": "dist/FastMCP.js",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -31,7 +31,7 @@
31
31
  "strict-event-emitter-types": "^2.0.0",
32
32
  "undici": "^7.13.0",
33
33
  "uri-templates": "^0.2.0",
34
- "xsschema": "0.3.5",
34
+ "xsschema": "0.4.0-beta.5",
35
35
  "yargs": "^18.0.0",
36
36
  "zod": "^3.25.76",
37
37
  "zod-to-json-schema": "^3.24.6"
@@ -148,7 +148,7 @@ test("adds tools with Zod v4 schema", async () => {
148
148
  {
149
149
  description: "Add two numbers (using Zod v4 schema)",
150
150
  inputSchema: {
151
- $schema: "https://json-schema.org/draft/2020-12/schema",
151
+ $schema: "http://json-schema.org/draft-07/schema#",
152
152
  additionalProperties: false,
153
153
  properties: {
154
154
  a: { type: "number" },