bee-agent-framework icon indicating copy to clipboard operation
bee-agent-framework copied to clipboard

docs: improve clarity around mcp examples

Open jenna-winkler opened this issue 11 months ago • 2 comments

Is there a need for all 3 of these examples? if so, can we make the purpose behind each more clear in the titles?

jenna-winkler avatar Mar 26 '25 19:03 jenna-winkler

It seems like mcp_agent is the nicest for understanding what's going on, since it has good observability, and runs a chat loop. I can see why there's a simplified version in the tutorial - adding the extra code to handle events can detract from the message, as does looping through. The examples could potentially be refactored but this might add confusion? Not sure that tool creation in itself adds anything extra?

planetf1 avatar Mar 28 '25 13:03 planetf1

Having a tutorial/example on accessing MCP server tools remotely (ie sse), as with the current proposed RemoteAgent seems like a good next step, as it further demonstrates the use of MCP as providing separation between the agent, llm, tools .

planetf1 avatar Mar 28 '25 14:03 planetf1

MCP now has standalone page in docs https://framework.beeai.dev/integrations/mcp. Please feel free to reopen this issue if not enough.

Tomas2D avatar Jul 31 '25 13:07 Tomas2D