This repository was archived by the owner on Apr 12, 2026. It is now read-only.
0.3.0
dcc-mcp-rpyc 0.3.0
🚀 What's New
Feat
- Add mock DCC services and async client
- Implement Python adapters and server client example
- parameters: implement RPyC parameter handling and service factory
Fix
- resolve DCC integration and Action system test issues
- add missing TypeVar import in server module
Refactor
- Remove unused modules and update documentation
- move service factory functions to server module
For detailed release notes, see the CHANGELOG.md.
📦 Installation
Using pip
pip install dcc-mcp-rpyc==0.3.0Using Poetry
poetry add dcc-mcp-rpyc==0.3.0From source
git clone https://github.com/loonghao/dcc-mcp-rpyc.git
cd dcc-mcp-rpyc
git checkout 0.3.0 # Checkout the specific version
pip install -e .💻 Supported Platforms
- Windows
- Linux
- macOS
🐍 Python Compatibility
- Python 3.7+
✨ Key Features
- Thread-safe RPYC server implementation for DCC applications
- Service discovery for finding DCC services on the network
- Abstract base classes for creating DCC-specific adapters and services
- Support for multiple DCC applications (Maya, Houdini, 3ds Max, Nuke, etc.)
- Integration with the Model Context Protocol (MCP) for AI-driven DCC control
- Connection pooling for efficient resource management
- Transparent remote execution of DCC commands
- Native API access without translation layers
📚 Documentation
For detailed documentation, visit https://dcc-mcp-rpyc.readthedocs.io/