Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "io.github.bimwright/rvt-mcp",
"title": "Bimwright",
"description": "MCP gateway for Autodesk Revit 2022-2027 - toolset gating + Transaction-safe batch execution.",
"version": "0.2.1",
"version": "0.3.0",
"repository": {
"url": "https://github.com/bimwright/rvt-mcp",
"source": "github"
Expand All @@ -14,7 +14,7 @@
{
"registryType": "nuget",
"identifier": "Bimwright.Rvt.Server",
"version": "0.2.1",
"version": "0.3.0",
"transport": {
"type": "stdio"
}
Expand Down
2 changes: 1 addition & 1 deletion src/server/Bimwright.Rvt.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>bimwright-rvt</ToolCommandName>
<PackageId>Bimwright.Rvt.Server</PackageId>
<Version>0.2.1</Version>
<Version>0.3.0</Version>
<Authors>Khoa Le</Authors>
<Description>MCP gateway for Autodesk Revit 2022-2027 — expose the Revit API as AI-callable tools with progressive disclosure (toolset gating), a Transaction-safe batch_execute, and a ToolBaker self-evolution engine. Pair with the Revit plugin distributed on GitHub Releases.</Description>
<PackageProjectUrl>https://github.com/bimwright/rvt-mcp</PackageProjectUrl>
Expand Down
Loading