๐Protocol-agnosticRPyC for embedded-Python DCCs (Maya/Houdini/Blender), HTTP for Unreal/Unity, WebSocket, and Rust-native IPC for maximum throughput.
โกZero-code SkillsDrop a SKILL.md file into a directory โ SkillManager auto-registers it as an MCP tool. Hot-reload on file changes, no DCC restart needed.
๐ฆRust-powered CoreAction dispatch, validation, and telemetry handled by dcc-mcp-core (Rust/PyO3). Python layer focuses on DCC-specific glue code.
๐Service DiscoveryZeroConf (mDNS) + file-based fallback for automatic DCC server detection with no manual configuration.
๐Connection PoolingConnectionPool with auto-discovery for efficient client-side connection reuse and management.
๐งชTesting-firstMockDCCService lets you test your MCP integration without launching an actual DCC application.