Spaces:
Running
Running
Update docs/deployment/running-server.mdx
Browse filesCo-authored-by: nate nowack <nate@prefect.io>
docs/deployment/running-server.mdx
CHANGED
|
@@ -266,7 +266,7 @@ mcp = FastMCP("MyServer")
|
|
| 266 |
|
| 267 |
@mcp.custom_route("/health", methods=["GET"])
|
| 268 |
async def health_check(request: Request) -> PlainTextResponse:
|
| 269 |
-
return PlainTextResponse("OK")
|
| 270 |
|
| 271 |
if __name__ == "__main__":
|
| 272 |
mcp.run()
|
|
|
|
| 266 |
|
| 267 |
@mcp.custom_route("/health", methods=["GET"])
|
| 268 |
async def health_check(request: Request) -> PlainTextResponse:
|
| 269 |
+
return PlainTextResponse("OK")
|
| 270 |
|
| 271 |
if __name__ == "__main__":
|
| 272 |
mcp.run()
|