Commit 63fe720
Fix FastMCP initialization compatibility issue (#10)
* Fix FastMCP initialization by removing unsupported version parameter
Removes the 'version' parameter from FastMCP.__init__() call which is no longer
supported in current versions of the FastMCP library. This resolves the
TypeError that prevented the MCP server from starting.
Fixes #9
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Bump version to 0.0.8
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent ad998bd commit 63fe720
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments