Releases: sharafutdinovdi/revit-model-mcp
Releases · sharafutdinovdi/revit-model-mcp
Release list
v0.3.0
Highlights
Added
- GitHub Pages documentation with MkDocs Material, server reference, search, and llms.txt and llms-full.txt exports.
- Contributor Covenant 2.1 and repository instructions for coding agents.
- Release highlights from the tagged changelog section and direct installation links.
- Single-user and multi-user MSI release assets with CI extraction, installation and removal smoke tests.
- SHA256 checksums for the per-year ZIPs, MSIs, Python wheel and source distribution.
- PyPI trusted publishing and best-effort MCP Registry publishing through GitHub OIDC for stable releases.
- MCP Registry manifest and uvx configuration for Claude Code and Claude Desktop.
- WinGet manifest templates, generation, validation and optional submission with
WINGET_TOKEN.
Changed
- README presents installation and grouped tools; detailed actions, security and validation references live in
docs/. - Contributor guide includes test coverage and the release ritual.
Fixed
- Python distributions include the MIT license file and advertise tested Python 3.13 support.
Install
- Single-user MSI: current Windows account.
- Multi-user MSI: all users.
- Per-year ZIPs: R22 R23 R24 R25 R26 R27
- Python wheel
- SHA256SUMS.txt covers every release asset.
Close Revit before installing, then start Revit and open a model.
On the MCP client, run the published Python package:
uvx revit-model-mcpThe package command requires a successful PyPI publication; prereleases use the wheel above.
What's Changed
Docs
- feat(installer): ship MSI assets and publish package registries by @sharafutdinovdi in #13
- docs: showcase installation and tools with governance and release highlights by @sharafutdinovdi in #14
- docs: publish Material documentation site with llms exports by @sharafutdinovdi in #15
- docs(changelog): cut 0.2.0 by @sharafutdinovdi in #16
- chore(release): 0.3.0 by @sharafutdinovdi in #17
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Docs
- feat(release): add Revit 2027 build and install script by @sharafutdinovdi in #7
- feat(tools): add coordinator checks for health, links, coordinates and parameters by @sharafutdinovdi in #8
- feat(actions): add dry_run, post-commit verification and revit_batch by @sharafutdinovdi in #10
- fix(actions): report failed post-commit verification without hiding the change by @sharafutdinovdi in #11
- docs: align documentation with verified writes and coordinator tools, prepare 0.2.0 by @sharafutdinovdi in #12
Dependencies
- chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #1
- chore(deps): bump actions/setup-python from 5 to 7 by @dependabot[bot] in #2
- chore(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #3
- chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #4
- chore(deps): Bump Microsoft.Extensions.Options.DataAnnotations from 10.0.10 to 10.0.12 by @dependabot[bot] in #5
- chore(deps): Bump actions/setup-dotnet from 4 to 6 in the all group by @dependabot[bot] in #6
New Contributors
- @dependabot[bot] made their first contribution in #1
- @sharafutdinovdi made their first contribution in #7
Full Changelog: v0.1.0...v0.2.0