Overview of Blender Add-on Integration Surfaces
mainThe Blender add-on provides three primary integration entry points that all share the same validation layer and transport to ppf-cts-server:
- MCP Streamable HTTP server: A bundled server designed for external agents and automation.
- MCP-driven scene setup rules: Specific rules for setting up scenes via the Model Context Protocol.
- Python API: A native API exposed via
bl_ext.user_default.ppf_contact_solver.ops.apifor direct scripting within Blender.