Skip to content

Commit 45c21e5

Browse files
committed
Add missing closing brace to e.g. server cfg in readme
1 parent 6e5d71b commit 45c21e5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ This will start the stdio-based MCP server, which can be connected to Claude Des
7070
2. Add a new server with the full path to your uv executable:
7171
```yaml
7272
"snowflake-mcp-server": {
73-
"command": "uv",
74-
"args": [
75-
"--directory",
76-
"/<path-to-code>/mcp-server-snowflake",
77-
"run",
78-
"snowflake-mcp"
79-
]
73+
"command": "uv",
74+
"args": [
75+
"--directory",
76+
"/<path-to-code>/mcp-server-snowflake",
77+
"run",
78+
"snowflake-mcp"
79+
]
80+
}
8081
```
8182
3. You can find your uv path by running `which uv` in your terminal
8283
4. Save the server configuration

0 commit comments

Comments
 (0)