Update echo_server.py
Browse files- echo_server.py +1 -1
echo_server.py
CHANGED
|
@@ -2,7 +2,7 @@ from fastmcp import FastMCP
|
|
| 2 |
from fastmcp.server.dependencies import get_http_headers
|
| 3 |
|
| 4 |
|
| 5 |
-
mcp = FastMCP("My MCP Server")
|
| 6 |
|
| 7 |
|
| 8 |
@mcp.tool
|
|
|
|
| 2 |
from fastmcp.server.dependencies import get_http_headers
|
| 3 |
|
| 4 |
|
| 5 |
+
mcp = FastMCP("My MCP Server", stateless_http=True)
|
| 6 |
|
| 7 |
|
| 8 |
@mcp.tool
|