Spaces:
Running
Running
kabudadada commited on
Commit ·
bee38fb
1
Parent(s): 959e169
revert: remove incorrect root path handler
Browse files
esm/mcp_output/mcp_plugin/mcp_service.py
CHANGED
|
@@ -260,9 +260,4 @@ def create_app():
|
|
| 260 |
Returns:
|
| 261 |
FastMCP: MCP service instance.
|
| 262 |
"""
|
| 263 |
-
# Add root path handler for health check
|
| 264 |
-
@mcp.get("/")
|
| 265 |
-
async def root():
|
| 266 |
-
return {"status": "ok", "service": "Code2MCP-esm", "transport": "http"}
|
| 267 |
-
|
| 268 |
return mcp
|
|
|
|
| 260 |
Returns:
|
| 261 |
FastMCP: MCP service instance.
|
| 262 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
return mcp
|