diff --git a/server.json b/server.json
index 36b8e7d..7e4079d 100644
--- a/server.json
+++ b/server.json
@@ -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"
@@ -14,7 +14,7 @@
{
"registryType": "nuget",
"identifier": "Bimwright.Rvt.Server",
- "version": "0.2.1",
+ "version": "0.3.0",
"transport": {
"type": "stdio"
}
diff --git a/src/server/Bimwright.Rvt.Server.csproj b/src/server/Bimwright.Rvt.Server.csproj
index 70c11e9..f5fb9d0 100644
--- a/src/server/Bimwright.Rvt.Server.csproj
+++ b/src/server/Bimwright.Rvt.Server.csproj
@@ -14,7 +14,7 @@
true
bimwright-rvt
Bimwright.Rvt.Server
- 0.2.1
+ 0.3.0
Khoa Le
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.
https://github.com/bimwright/rvt-mcp