This repository was archived by the owner on Apr 12, 2026. It is now read-only.
2.0.0 (2026-04-07)
⚠ BREAKING CHANGES
- migrate to dcc-mcp-core v0.12.0 Rust/PyO3 API
Features
- align with dcc-mcp-core latest API (4892169)
- migrate to dcc-mcp-core v0.12.0 Rust/PyO3 API (da8fcc7)
- skills: add SkillManager for zero-code SKILL.md-based MCP tool registration (da8fcc7)
- squash-merge auto-improve branch improvements (e57dad6)
- transport: add Rust-native IpcClientTransport and IpcServerTransport (da8fcc7)
Bug Fixes
- compat: fix Python 3.9 incompatible union type syntax (cea4c35)
- deps: replace pydantic with stdlib dataclasses in scene/snapshot modules (64b6310)
- deps: trim dependencies to rpyc+dcc-mcp-core; make zeroconf optional extra (cd4e8f0)
- lint: fix all ruff/isort CI failures (4e348dc)
Code Refactoring
- action_adapter: rewrite ActionAdapter with ActionRegistry+ActionDispatcher (da8fcc7)
- update all imports and replace model_dump() -> to_dict() globally (da8fcc7)