Fine0830 opened a new pull request, #1010:
URL: https://github.com/apache/skywalking-banyandb/pull/1010

   Refactors the BanyanDB MCP server with the following changes:
   
   - **Remove OpenAI dependency**: Replaced the OpenAI-based query generation 
with a pure LLM-prompt approach using the MCP protocol itself.
   - **Add Streamable HTTP transport**: The MCP server now supports both 
`stdio` and `streamable-http` transports, configurable via the `TRANSPORT` 
environment variable. This enables deployment as a persistent HTTP service 
alongside the traditional stdio mode.
   - **Refactor tools and prompts**: Consolidated and simplified the tool 
definitions and prompt generation logic.
   - **Update documentation**: Updated `docs/operation/mcp/setup.md` and 
`docs/operation/mcp/build.md` to reflect the new configuration options 
(transport mode, `MCP_PORT`, etc.).
   - **Clean up licenses**: Removed license files for OpenAI and related 
transitive dependencies that are no longer needed.
   
   Signed-off-by: Qiuxia Fan <[email protected]>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to