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 d4b30fe commit d464f82Copy full SHA for d464f82
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
@@ -189,4 +189,4 @@ In your [`langgraph.json`](https://langchain-ai.github.io/langgraph/cloud/refere
189
"agent": "./graph.py:make_graph"
190
}
191
192
-```
+```
0 commit comments