skrawcz commented on issue #547: URL: https://github.com/apache/burr/issues/547#issuecomment-2976920976
> Hi! I don't have prototype code to share, but I think there's two main ways to think about it: > > 1. Using Burr behind an MCP "endpoint" (tool, resource, prompt) > 2. Using Burr to model the full server > > ## Burr behind an endpoint > Let's say you have a Burr application that browses the web and generates a summary of the information found. This would be a graph with several nodes. > > You could register the full graph behind the tool `summarize/` on your MCP server. Calling the tool would launch the Burr `Application.run()` > > ## Burr to model the MCP server > You can run the MCP server inside Burr (advanced). With Burr's state tracking ability, you can persist and resume the server across sessions. It allow dynamic pattern like registering and unregistering MCP "endpoints". ah okay thanks @zilto . I think @hezhangjian just wants an example of connecting to an MCP server within Burr. -- 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]
