-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now, MCP clients built on top of LangChain4j issue request to the actual SSE or Streamable HTTP endpoints to determine if the MCP server is up, but it does not work if the MCP server is secured and it would be good to be able to get a dedicated MCP server health status check without actually having to open an SSE or Streamable HTTP channel by issuing a basic HTTP /q/health query.
For example, if the handlers are up and running, ready to process SSE or Streamable HTTP requests, then the MCP server status can be considered healthy, as far as the MicroProfile Health Check status is concerned
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request