Skip to main content

McpLauncherProtocol

Defined in the protocols module.
AI Agent Protocol for MCP (Model Context Protocol) server launchers. This defines the interface for launching MCP servers for agents. The core SDK defines the protocol, while heavy implementations (FastMCP, uvicorn) live in the wrapper layer.

Methods

launch()

Launch MCP server for the agent.

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 294

MCP Concept

MCP Lifecycle