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 bb8cb70 commit 82f04e3Copy full SHA for 82f04e3
src/garth_mcp_server/__init__.py
@@ -8,7 +8,7 @@
8
from mcp.server.fastmcp import FastMCP
9
10
11
-__version__ = "0.0.9.dev1"
+__version__ = "0.0.9.dev2"
12
13
# Type alias for functions that return data from garth.connectapi
14
ConnectAPIResponse = Union[str, dict, list, None]
0 commit comments