Skip to content

Releases: sharafutdinovdi/revit-model-mcp

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 18:37

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

Close Revit before installing, then start Revit and open a model.
On the MCP client, run the published Python package:

uvx revit-model-mcp

The package command requires a successful PyPI publication; prereleases use the wheel above.


What's Changed

Docs

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 20:15

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

Full Changelog: v0.1.0...v0.2.0

Revit Model MCP 0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 18:53