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 Unity-MCP-Plugin/Assets/Plugins/NuGet/.nuget-installed.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file modified Unity-MCP-Plugin/Assets/Plugins/NuGet/McpPlugin.Common.dll
Binary file not shown.
Binary file modified Unity-MCP-Plugin/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static class NuGetConfig
// 7.1.0 (mcp-authorize g5/g6) adds the shared ServerLaunchArguments launch-arg builder,
// the AuthOption.token member + LocalTokenMcpStrategy, and the 3-mode configurator — all
// consumed by the local self-hosted auth path. McpPlugin.Common 7.1.0 follows transitively.
new NuGetPackage("com.IvanMurzak.McpPlugin", "7.1.0", includeInBuild: true),
new NuGetPackage("com.IvanMurzak.McpPlugin", "7.1.1", includeInBuild: true),
// Pinned explicitly so the resolver doesn't drift below the version
// bundled in this package. The atomic API surface (TryModifyAt,
// TryPatch, TryReadAt, View, Grep) introduced in 5.1.0 is exercised
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file not shown.
Binary file modified Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file not shown.
Binary file modified Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file not shown.
Binary file modified Unity-Tests/6000.3.1f1/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file not shown.
Binary file modified Unity-Tests/6000.5.0b3/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
"com.IvanMurzak.McpPlugin": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.dll"
]
},
"com.IvanMurzak.McpPlugin.Common": {
"version": "7.1.0",
"version": "7.1.1",
"dlls": [
"McpPlugin.Common.dll"
]
Expand Down
Binary file not shown.
Binary file modified Unity-Tests/6000.6.0a2/Assets/Plugins/NuGet/McpPlugin.dll
Binary file not shown.
Loading