MCP
Defined in the mcp module.Model Context Protocol (MCP) integration for PraisonAI Agents. This class provides a simple way to connect to MCP servers and use their tools within PraisonAI agents.
Constructor
No description available.
No description available.
Methods
get_tools()
Get the list of tool functions from this MCP instance.
to_openai_tool()
Convert the MCP tool to an OpenAI-compatible tool definition.
shutdown()
Explicitly shut down MCP resources.

