Jofthomas commited on
Commit
6587561
·
verified ·
1 Parent(s): 417a718

Update echo_server.py

Browse files
Files changed (1) hide show
  1. echo_server.py +0 -1
echo_server.py CHANGED
@@ -6,4 +6,3 @@ mcp = FastMCP(name="EchoServer", stateless_http=True)
6
  @mcp.tool(description="A simple echo tool")
7
  def echo(message: str) -> str:
8
  return f"Echo: {message}"
9
- #https://api.openweathermap.org/data/3.0/onecall?lat=33.44&lon=-94.04&appid=dcc70a31bf3f565ddf0d3971d1916f52
 
6
  @mcp.tool(description="A simple echo tool")
7
  def echo(message: str) -> str:
8
  return f"Echo: {message}"