mcp_io 0.2.1
mcp_io: ^0.2.1 copied to clipboard
Universal I/O Backbone for device integration into the MCP ecosystem. Provides device registry, policy engine, audit trail, streaming, command queue, and session management.
0.2.1 - 2026-05-23 - mcp_bundle 0.4.0 cascade #
Changed (cascade) #
mcp_bundlecaret bumped from^0.3.0to^0.4.0. mcp_io does not touchUiSection.pagesdirectly, so this release is a caret-only cascade. Consumers should bump to^0.2.1.
0.2.0 - 2026-05-04 #
- Long-running job lifecycle (
JobManager+ cooperative cancellation + progress URI subscribe). - Runtime telemetry hooks (
IoMetricscounter / gauge interface). - MCP tool surface expanded to 11 tools (3 job-control tools added).
0.1.0 - 2026-04-28 - Initial Release #
Added #
- Device registry with pluggable transport adapters.
- Policy engine for read / write / execute permissions.
- Audit trail with pluggable sinks.
- Multi-device session manager.
- Streaming subsystem with backpressure and command queue.
- Standard port adapters implementing
mcp_bundleIO Contract Layer (IoDevicePort,IoStreamPort,IoRegistryPort,IoPolicyPort,IoAuditPort). - Models — actor context, device configs, plan result, session info.