fastmcp 3.26.9 → 3.27.0
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/FastMCP.cjs +4 -1
- package/dist/FastMCP.cjs.map +1 -1
- package/dist/FastMCP.d.cts +1 -1
- package/dist/FastMCP.d.ts +1 -1
- package/dist/FastMCP.js +4 -1
- package/dist/FastMCP.js.map +1 -1
- package/dist/{OAuthProxy-jvsyum7s.d.cts → OAuthProxy-8xG3yajb.d.cts} +7 -0
- package/dist/{OAuthProxy-jvsyum7s.d.ts → OAuthProxy-8xG3yajb.d.ts} +7 -0
- package/dist/auth/index.cjs +49 -21
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.d.cts +2 -2
- package/dist/auth/index.d.ts +2 -2
- package/dist/auth/index.js +49 -21
- package/dist/auth/index.js.map +1 -1
- package/package.json +1 -1
package/dist/FastMCP.cjs
CHANGED
|
@@ -1107,7 +1107,10 @@ ${error instanceof Error ? error.stack : JSON.stringify(error)}`
|
|
|
1107
1107
|
)
|
|
1108
1108
|
);
|
|
1109
1109
|
}, tool.timeoutMs);
|
|
1110
|
-
executeToolPromise.
|
|
1110
|
+
executeToolPromise.then(
|
|
1111
|
+
() => clearTimeout(timeoutId),
|
|
1112
|
+
() => clearTimeout(timeoutId)
|
|
1113
|
+
);
|
|
1111
1114
|
})
|
|
1112
1115
|
]) : executeToolPromise);
|
|
1113
1116
|
await _promises3.setTimeout.call(void 0, 1);
|