Skip to content

Commit 375edb4

Browse files
committed
chore(deps): bump com.IvanMurzak.McpPlugin* to 6.3.0 across Unity-MCP-Plugin and Unity-MCP-Server
Resolver-pin bump in NuGetConfig.cs from 6.2.1 -> 6.3.0 drives the on-disk swap of Assets/Plugins/NuGet/McpPlugin.dll and McpPlugin.Common.dll (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.3.0.
1 parent 7127fcb commit 375edb4

20 files changed

Lines changed: 14 additions & 14 deletions

File tree

Unity-MCP-Plugin/Assets/Plugins/NuGet/.nuget-installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages": {
33
"com.IvanMurzak.McpPlugin": {
4-
"version": "6.2.1",
4+
"version": "6.3.0",
55
"dlls": [
66
"McpPlugin.dll"
77
]
88
},
99
"com.IvanMurzak.McpPlugin.Common": {
10-
"version": "6.2.1",
10+
"version": "6.3.0",
1111
"dlls": [
1212
"McpPlugin.Common.dll"
1313
]
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

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
@@ -63,7 +63,7 @@ static class NuGetConfig
6363
// 6.1.0 drops the unused ModelContextProtocol dep; earlier versions drag in a
6464
// v10 BCL stack via MCP.Core.1.2.0 that collides with our v8 pins in Unity.
6565
// 6.1.1 bumps the transitive ReflectorNet dependency to 5.1.1.
66-
new NuGetPackage("com.IvanMurzak.McpPlugin", "6.2.1", includeInBuild: true),
66+
new NuGetPackage("com.IvanMurzak.McpPlugin", "6.3.0", includeInBuild: true),
6767
// Pinned explicitly so the resolver doesn't drift below the version
6868
// bundled in this package. The atomic API surface (TryModifyAt,
6969
// 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.2.1" />
49+
<PackageReference Include="com.IvanMurzak.McpPlugin.Server" Version="6.3.0" />
5050
</ItemGroup>
5151

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

Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/.nuget-installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages": {
33
"com.IvanMurzak.McpPlugin": {
4-
"version": "6.2.1",
4+
"version": "6.3.0",
55
"dlls": [
66
"McpPlugin.dll"
77
]
88
},
99
"com.IvanMurzak.McpPlugin.Common": {
10-
"version": "6.2.1",
10+
"version": "6.3.0",
1111
"dlls": [
1212
"McpPlugin.Common.dll"
1313
]
Binary file not shown.
0 Bytes
Binary file not shown.

Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/.nuget-installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages": {
33
"com.IvanMurzak.McpPlugin": {
4-
"version": "6.2.1",
4+
"version": "6.3.0",
55
"dlls": [
66
"McpPlugin.dll"
77
]
88
},
99
"com.IvanMurzak.McpPlugin.Common": {
10-
"version": "6.2.1",
10+
"version": "6.3.0",
1111
"dlls": [
1212
"McpPlugin.Common.dll"
1313
]
Binary file not shown.

0 commit comments

Comments
 (0)