Skip to content

Commit ea03f5d

Browse files
fixed readme
1 parent 736fc51 commit ea03f5d

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@ The server offers two core tools:
2424
## Usage with Claude Desktop
2525

2626
```python
27-
// Add the server to your claude_desktop_config.json
28-
{"mcpServers": {
29-
"datavis": {
30-
"command": "uv",
31-
"args": [
32-
"--directory",
33-
"/absolute/path/to/mcp-datavis-server",
34-
"run",
35-
"mcp_server_datavis",
36-
"--output_type",
37-
"png" // or "text"
38-
]
39-
}}
27+
# Add the server to your claude_desktop_config.json
28+
{
29+
"mcpServers": {
30+
"datavis": {
31+
"command": "uv",
32+
"args": [
33+
"--directory",
34+
"/absolute/path/to/mcp-datavis-server",
35+
"run",
36+
"mcp_server_datavis",
37+
"--output_type",
38+
"png" # or "text"
39+
]
40+
}
41+
}
4042
}
4143
```

0 commit comments

Comments
 (0)