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: smithery.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,27 @@ startCommand:
6
6
# JSON Schema defining the configuration options for the MCP.
7
7
type: object
8
8
required:
9
-
- mysqlHost
10
9
- mysqlUser
11
10
- mysqlPassword
12
11
- mysqlDatabase
13
12
properties:
14
13
mysqlHost:
15
14
type: string
16
-
description: The hostname of the MySQL server.
15
+
description: "The hostname of the MySQL server. Use localhost for local connections or a specific address for remote databases. For Docker, host.docker.internal allows accessing the host machine."
16
+
default: "host.docker.internal"
17
17
mysqlPort:
18
18
type: number
19
-
description: The port of the MySQL server (default: 3306).
19
+
description: "The port of the MySQL server (default: 3306)."
20
20
default: 3306
21
21
mysqlUser:
22
22
type: string
23
-
description: The username for MySQL authentication.
23
+
description: "The username for MySQL authentication."
24
24
mysqlPassword:
25
25
type: string
26
-
description: The password for MySQL authentication.
26
+
description: "The password for MySQL authentication."
27
27
mysqlDatabase:
28
28
type: string
29
-
description: The database to connect to.
29
+
description: "The database to connect to."
30
30
commandFunction:
31
31
# A function that produces the CLI command to start the MCP on stdio.
0 commit comments