MCP Integration (Model Context Protocol)
What is MCP in AgentiPy?
AgentiPy's MCP Features
Built-in MCP Module
# agentipy/mcp/all_actions.py from agentipy.mcp.allora import ALLORA_ACTIONS from agentipy.mcp.core import SOLANA_ACTIONS from agentipy.mcp.jupiter import JUPITER_ACTIONS ALL_ACTIONS = { **SOLANA_ACTIONS, **ALLORA_ACTIONS, **JUPITER_ACTIONS, }
