We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb10c61 commit fa2b285Copy full SHA for fa2b285
src/garth_mcp_server/__init__.py
@@ -7,7 +7,7 @@
7
from mcp.server.fastmcp import FastMCP
8
9
10
-__version__ = "0.0.10.dev1"
+__version__ = "0.0.10.dev2"
11
12
# Type alias for functions that return data from garth.connectapi
13
ConnectAPIResponse = str | dict | list | int | float | bool | None
0 commit comments