Releases: Sam-AEC/aec-model-bridge
AEC Model Bridge v1.0.1
AEC Model Bridge v1.0.1 adds Revit 2027 support and adopts independent, trademark-compliant branding.
Highlights:
- Revit 2027 build targeting .NET 10
- Premium theme-adaptive Revit ribbon UI with safe icon fallbacks
- Independent AEC Model Bridge product identity
- Autodesk trademark and non-affiliation notices
- Release packaging guard that excludes Autodesk API assemblies
- Dynamic total-download and repository-growth badges
The Revit process must be restarted after replacing the add-in.
RevitMCP Server v1.0.0
Autodesk Revit MCP Server v1.0.0
The Model Context Protocol server for Autodesk Revit is now officially available at version 1.0.0. This release establishes a secure, high-performance local integration bridge connecting artificial intelligence clients to Autodesk Revit environments.
Feature Overview
Premium Adaptive Design
The user interface has been redesigned to integrate with professional design systems.
- Interactive controls bind directly to WPF DynamicResources, adjusting to the host theme at runtime.
- Stats cards feature smooth layout animations. When hovered, the interface expands drop shadows and borders using high-end slate tones.
- Ribbon controls use custom vector outlines that dynamically adjust contrast to remain legible in both Light and Dark themes.
Core Automation Capabilities
The server exposes over one hundred tools covering the entirety of the Autodesk Revit API.
- Creation and modification tools for structural elements, walls, floors, and foundations.
- Dedicated endpoints for HVAC ductwork, electrical piping, conduits, and cable trays.
- Programmatic viewport layout, sheets generation, titleblock population, and automated CSV sheet creation.
- Quantity takeoffs, material parameters tracking, boundary calculations, and full schedules exporting.
- Reflection execution engine to let clients invoke custom Revit API methods safely.
Security Enhancements
To defend against supply chain vulnerabilities, all build and publishing actions have been locked to secure, immutable commit hashes. Socket communication is restricted to localhost by default.
Workspace Simplification
The repository has been streamlined for public distribution. All secondary developer documentations have been removed to present a clean workspace, preserving only the essential tools reference guide.
Installation
Add-in Compilation
Compile the Revit C# add-in by executing the setup script in PowerShell:
git clone https://github.com/Sam-AEC/Autodesk-Revit-MCP-Server.git
cd Autodesk-Revit-MCP-Server
.\scripts\build-addin.ps1.ps1 -RevitVersion 2024v0.1.1
Registry-ready release: added server.json, PyPI verification metadata, and automated MCP registry publish workflow.
What's Changed
- Clean up repository: Remove non-essential markdown files by @Sam-AEC in #1
- Create Revit Bridge add-in and improve icon handling by @Sam-AEC in #2
- Fix test suite for green baseline by @Sam-AEC in #3
- Revert merge pull request #3 by @Sam-AEC in #4
- Add contribution workflow guide by @Sam-AEC in #5
- Add configuration reference by @Sam-AEC in #6
- Add execution modes guide by @Sam-AEC in #7
- Add bridge HTTP API guide by @Sam-AEC in #8
- Add Revit add-in lifecycle guide by @Sam-AEC in #9
- Add build and install scripts guide by @Sam-AEC in #10
- Add target frameworks and dependencies guide by @Sam-AEC in #11
- Add tool registry phases guide by @Sam-AEC in #12
- Add testing workflow guide by @Sam-AEC in #13
- Add logging and audit guide by @Sam-AEC in #14
- Add stack extension workflow guide by @Sam-AEC in #15
New Contributors
Full Changelog: v0.1.0...v0.1.1