Skip to content

Commit 736fc51

Browse files
fixed readme
1 parent 557f9e2 commit 736fc51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The server offers two core tools:
2323

2424
## Usage with Claude Desktop
2525

26-
```json
27-
# Add the server to your claude_desktop_config.json
28-
"mcpServers": {
26+
```python
27+
// Add the server to your claude_desktop_config.json
28+
{"mcpServers": {
2929
"datavis": {
3030
"command": "uv",
3131
"args": [
@@ -36,6 +36,6 @@ The server offers two core tools:
3636
"--output_type",
3737
"png" // or "text"
3838
]
39-
}
39+
}}
4040
}
4141
```

0 commit comments

Comments
 (0)