Structs§
- McpConnect
Request - Creates a new MCP connection. This is equivalent to “running the command”.
- McpConnect
Response - McpDisconnect
Notification - Disconnects the MCP connection.
- McpOver
AcpNotification - An MCP notification sent via ACP, either from the MCP client (the ACP agent) or the MCP server (the ACP client).
- McpOver
AcpRequest - An MCP request sent via ACP. This could be an MCP-server-to-MCP-client request (in which case it goes from the ACP client to the ACP agent, note the reversal of roles) or an MCP-client-to-MCP-server request (in which case it goes from the ACP agent to the ACP client).
- McpService
Registry - Manages MCP services offered to successor proxies and agents.
- Notification
From Successor Handler - Handler to process a notification of type
Ncoming from the successor component. - Proxy
Handler - Handler for the “default proxy” behavior.
- Request
From Successor Handler - Handler to process a request of type
Rcoming from the successor component. - Successor
Notification - A notification being sent to the successor component.
- Successor
Request - A request being sent to the successor component.
Constants§
- METHOD_
MCP_ CONNECT_ REQUEST - METHOD_
MCP_ DISCONNECT_ NOTIFICATION - METHOD_
MCP_ NOTIFICATION - METHOD_
MCP_ REQUEST
Traits§
- AcpProxy
Ext - Json
RpcCx Ext - Extension trait for [
JsonRpcCx] that adds methods for sending to successor.