Skip to content

Commit ab8a709

Browse files
committed
chore(deps): bump com.IvanMurzak.McpPlugin* to 6.1.3 across Unity-MCP-Plugin and Unity-MCP-Server
Resolver-pin bump in NuGetConfig.cs from 6.1.2 -> 6.1.3 drives the on-disk swap of Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.* and com.IvanMurzak.McpPlugin.Common.* folders (refreshed by opening Unity Editor for Unity-MCP-Plugin/ + every Unity-Tests/<ver>/ so [InitializeOnLoad] runs the dependency resolver). Unity-MCP-Server csproj PackageReference for com.IvanMurzak.McpPlugin.Server also bumped to 6.1.3.
1 parent 80914ba commit ab8a709

50 files changed

Lines changed: 82 additions & 82 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.2.meta renamed to Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.3.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.2/McpPlugin.dll renamed to Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.3/McpPlugin.dll

196 KB
Binary file not shown.

Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.2/McpPlugin.dll.meta renamed to Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.3/McpPlugin.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.2.meta renamed to Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.Common.6.1.3.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.Common.6.1.2/McpPlugin.Common.dll renamed to Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.Common.6.1.3/McpPlugin.Common.dll

54.5 KB
Binary file not shown.

Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.Common.6.1.2/McpPlugin.Common.dll.meta renamed to Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.Common.6.1.3/McpPlugin.Common.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/DependencyResolver/NuGetConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static class NuGetConfig
5555
// 6.1.0 drops the unused ModelContextProtocol dep; earlier versions drag in a
5656
// v10 BCL stack via MCP.Core.1.2.0 that collides with our v8 pins in Unity.
5757
// 6.1.1 bumps the transitive ReflectorNet dependency to 5.1.1.
58-
new NuGetPackage("com.IvanMurzak.McpPlugin", "6.1.2", includeInBuild: true),
58+
new NuGetPackage("com.IvanMurzak.McpPlugin", "6.1.3", includeInBuild: true),
5959
// Pinned explicitly so the resolver doesn't drift below the version
6060
// bundled in this package. The atomic API surface (TryModifyAt,
6161
// TryPatch, TryReadAt, View, Grep) introduced in 5.1.0 is exercised

Unity-MCP-Server/com.IvanMurzak.Unity.MCP.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<ItemGroup Condition="'$(UseLocalMcpPlugin)' != 'true'">
4848
<PackageReference Include="com.IvanMurzak.ReflectorNet" Version="5.1.1" />
49-
<PackageReference Include="com.IvanMurzak.McpPlugin.Server" Version="6.1.2" />
49+
<PackageReference Include="com.IvanMurzak.McpPlugin.Server" Version="6.1.3" />
5050
</ItemGroup>
5151

5252
<ItemGroup Condition="'$(UseLocalMcpPlugin)' == 'true'">

Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.Common.6.1.2.meta renamed to Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.3.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity-MCP-Plugin/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.2/McpPlugin.dll renamed to Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/com.IvanMurzak.McpPlugin.6.1.3/McpPlugin.dll

196 KB
Binary file not shown.

0 commit comments

Comments
 (0)