diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4921b1a..30f5d34 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ { "name": "kompas", "source": "./plugin", - "description": "Управление КОМПАС-3D из Claude Code: 85 MCP-инструментов (детали, эскизы, формообразующие операции, массивы, отверстия, сборки и сопряжения, 2D-чертежи, STEP/STL, осмотр модели) и два навыка — построение (kompas-3d) и проектирование под FDM-печать (kompas-fdm-design).", + "description": "Управление КОМПАС-3D из Claude Code: 86 MCP-инструментов (детали, эскизы, формообразующие операции, массивы, отверстия, исполнения, сборки и сопряжения, 2D-чертежи, STEP/STL, осмотр модели) и два навыка — построение (kompas-3d) и проектирование под FDM-печать (kompas-fdm-design).", "category": "productivity", "keywords": ["cad", "kompas", "3d", "step", "mcp", "fdm"] } diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 0b162de..e05b765 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "kompas", "displayName": "КОМПАС-3D", - "version": "0.2.0", + "version": "0.2.1", "description": "Управление КОМПАС-3D из Claude Code: детали, сборки, чертежи, STEP — через MCP-сервер", "author": { "name": "Shahovalov Mikhail", diff --git a/plugin/bin/Kompas.Mcp.Core.dll b/plugin/bin/Kompas.Mcp.Core.dll index 7d5e300..7ed0e7c 100644 Binary files a/plugin/bin/Kompas.Mcp.Core.dll and b/plugin/bin/Kompas.Mcp.Core.dll differ diff --git a/plugin/bin/Kompas.Mcp.Core.pdb b/plugin/bin/Kompas.Mcp.Core.pdb index dd648d6..8631906 100644 Binary files a/plugin/bin/Kompas.Mcp.Core.pdb and b/plugin/bin/Kompas.Mcp.Core.pdb differ diff --git a/plugin/bin/kompas-mcp.deps.json b/plugin/bin/kompas-mcp.deps.json index 0b81682..cdc5943 100644 --- a/plugin/bin/kompas-mcp.deps.json +++ b/plugin/bin/kompas-mcp.deps.json @@ -7,9 +7,9 @@ "targets": { ".NETCoreApp,Version=v8.0": {}, ".NETCoreApp,Version=v8.0/win-x64": { - "kompas-mcp/0.2.0": { + "kompas-mcp/0.2.1": { "dependencies": { - "Kompas.Mcp.Core": "0.2.0", + "Kompas.Mcp.Core": "0.2.1", "Microsoft.Extensions.Hosting": "8.0.1", "ModelContextProtocol": "2.0.0" }, @@ -483,21 +483,21 @@ } } }, - "Kompas.Mcp.Core/0.2.0": { + "Kompas.Mcp.Core/0.2.1": { "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "10.0.10" }, "runtime": { "Kompas.Mcp.Core.dll": { - "assemblyVersion": "0.2.0", - "fileVersion": "0.2.0.0" + "assemblyVersion": "0.2.1", + "fileVersion": "0.2.1.0" } } } } }, "libraries": { - "kompas-mcp/0.2.0": { + "kompas-mcp/0.2.1": { "type": "project", "serviceable": false, "sha512": "" @@ -761,7 +761,7 @@ "path": "system.text.json/10.0.10", "hashPath": "system.text.json.10.0.10.nupkg.sha512" }, - "Kompas.Mcp.Core/0.2.0": { + "Kompas.Mcp.Core/0.2.1": { "type": "project", "serviceable": false, "sha512": "" diff --git a/plugin/bin/kompas-mcp.dll b/plugin/bin/kompas-mcp.dll index dc8c2cf..045c690 100644 Binary files a/plugin/bin/kompas-mcp.dll and b/plugin/bin/kompas-mcp.dll differ diff --git a/plugin/bin/kompas-mcp.exe b/plugin/bin/kompas-mcp.exe index 88bb9a3..3ed5f32 100755 Binary files a/plugin/bin/kompas-mcp.exe and b/plugin/bin/kompas-mcp.exe differ diff --git a/plugin/bin/kompas-mcp.pdb b/plugin/bin/kompas-mcp.pdb index c3dd34d..5773db7 100644 Binary files a/plugin/bin/kompas-mcp.pdb and b/plugin/bin/kompas-mcp.pdb differ diff --git a/release.json b/release.json index 7f369d9..d1ce6d4 100644 --- a/release.json +++ b/release.json @@ -1,6 +1,6 @@ { - "version": "0.2.0", - "tag": "v0.2.0", - "sourceSha": "53ac64e24c4930b29dc2125cf1b488e8b5a1463e", - "built": "2026-08-07T10:08:21Z" + "version": "0.2.1", + "tag": "v0.2.1", + "sourceSha": "c66bd2efc372ce5f1bc73222fbdb19fe935ec4dd", + "built": "2026-08-07T10:20:44Z" }