MCP (Model Context Protocol) server
The MCP server is a server that can be used to interact with the agent
The MCP server can be started in two ways:
Stop the MCP server
const mcp = agent.mcp(MCPTransport.SSE, 3389);mcp.stop(); Copy
const mcp = agent.mcp(MCPTransport.SSE, 3389);mcp.stop();
MCP (Model Context Protocol) server
The MCP server is a server that can be used to interact with the agent
The MCP server can be started in two ways: