channel_tools
channel_tools
¶
Channel MCP tools — expose channel operations as BaseTool instances.
These tools wrap the BaseChannel ABC so that channel operations
(send, list, status) are discoverable and callable via MCP.
Classes¶
ChannelSendTool
¶
ChannelSendTool(channel: BaseChannel | None = None)
ChannelListTool
¶
ChannelListTool(channel: BaseChannel | None = None)
ChannelStatusTool
¶
ChannelStatusTool(channel: BaseChannel | None = None)