dcc-mcp-core — DCC MCP Ecosystem Foundation The foundational library enabling AI assistants to interact with Digital Content Creation (DCC) software through the Model Context Protocol (MCP). Quick Decision Guide — Use the Right API | Task | Use this | Not this | |------|----------|----------| | Return action result | / | raw dicts | | Load skills | → | manual file scanning | | One-call MCP server | | manual wiring | | Validate params | | isinstance checks | | Connect to DCC | or | raw sockets | | Define MCP tool | + | raw JSON | | Serve MCP over HTTP | | raw HTTP server | | Build DCC adapter…