We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736fc51 commit ea03f5dCopy full SHA for ea03f5d
README.md
@@ -24,18 +24,20 @@ The server offers two core tools:
24
## Usage with Claude Desktop
25
26
```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
- }}
+# Add the server to your claude_desktop_config.json
+{
+ "mcpServers": {
+ "datavis": {
+ "command": "uv",
+ "args": [
+ "--directory",
+ "/absolute/path/to/mcp-datavis-server",
+ "run",
+ "mcp_server_datavis",
+ "--output_type",
+ "png" # or "text"
+ ]
40
+ }
41
42
}
43
```
0 commit comments