fix(opax-mcp): remove internal endpoint from health response
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
This commit is contained in:
parent
56d2768473
commit
39edd6ef83
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user