Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

0.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Mar 16:07
· 28 commits to main since this release

dcc-mcp-rpyc 0.2.1

PyPI version
Build Status
Documentation Status
Python Version
License
Downloads
Code style: black
Ruff

🚀 What's New

Refactor

  • adapter: Refactor action paths handling and improve docstrings

For detailed release notes, see the CHANGELOG.md.

📦 Installation

Using pip

pip install dcc-mcp-rpyc==0.2.1

Using Poetry

poetry add dcc-mcp-rpyc==0.2.1

From source

git clone https://github.com/loonghao/dcc-mcp-rpyc.git
cd dcc-mcp-rpyc
git checkout 0.2.1  # 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/