You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Server/smithery.yaml
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,22 @@ startCommand:
3
3
type: stdio
4
4
configSchema:
5
5
# JSON Schema defining the configuration options for the MCP.
6
-
{}
6
+
type: object
7
+
required:
8
+
- ABSOLUTE_PATH_TO_mcp-unity
9
+
properties:
10
+
ABSOLUTE_PATH_TO_mcp-unity
11
+
type: string
12
+
description: "The absolute folder path where your mcp-unity package is installed. Go to the Unity Editor MCP Server window (Tools > MCP Unity > Server Window)"
7
13
commandFunction:
8
14
# A function that produces the CLI command to start the MCP on stdio.
0 commit comments