Commit 7bc6f72
fix: remove unsupported FastMCP parameters to resolve TypeError
The FastMCP constructor was being called with unsupported parameters:
- allow_iframe=True (causing TypeError)
- allow_cors=True (also unsupported)
Removed these parameters to fix the crash when running uvx [email protected]
Fixes #19
Co-authored-by: tumf <[email protected]>1 parent 49def9e commit 7bc6f72
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments