fix(opax-mcp): remove internal endpoint from health response
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run

This commit is contained in:
Chris Christiansen 2026-09-23 02:36:28 +00:00
parent 56d2768473
commit 39edd6ef83

View File

@ -1820,4 +1820,4 @@ async def mcp_handler(request: Request):
@app.get("/health") @app.get("/health")
async def health(): async def health():
return {"status": "ok", "service": "opax-mcp", "version": "3.6.0", "ollama": OLLAMA_BASE_URL} # BUMPED return {"status": "ok", "service": "opax-mcp", "version": "3.6.0"} # BUMPED