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 504697e commit 8548876Copy full SHA for 8548876
README.md
@@ -98,7 +98,7 @@ from mcp.server.fastmcp import FastMCP
98
mcp = FastMCP("Weather")
99
100
@mcp.tool()
101
-async def get_weather(location: str) -> int:
+async def get_weather(location: str) -> str:
102
"""Get weather for location."""
103
return "It's always sunny in New York"
104
@@ -185,4 +185,4 @@ In your [`langgraph.json`](https://langchain-ai.github.io/langgraph/cloud/refere
185
"agent": "./graph.py:make_graph"
186
}
187
188
-```
+```
0 commit comments