Skip to content

Commit f476d68

Browse files
committed
Update on issue#1020
1 parent af37bcc commit f476d68

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

MCPForUnity/Editor/Helpers/Response.cs.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.

MCPForUnity/Editor/MCPForUnity.Editor.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "MCPForUnity.Editor",
33
"rootNamespace": "MCPForUnity.Editor",
44
"references": [
5-
"MCPForUnity.Runtime",
6-
"Newtonsoft.Json"
5+
"MCPForUnity.Runtime"
76
],
87
"includePlatforms": [
98
"Editor"

MCPForUnity/Runtime/MCPForUnity.Runtime.asmdef

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"name": "MCPForUnity.Runtime",
33
"rootNamespace": "MCPForUnity.Runtime",
4-
"references": [
5-
"Newtonsoft.Json"
6-
],
4+
"references": [],
75
"includePlatforms": [],
86
"excludePlatforms": [],
97
"allowUnsafeCode": false,

0 commit comments

Comments
 (0)