fix indentation

This commit is contained in:
Jim Clark
2024-12-19 14:21:14 -08:00
parent 066426c3fd
commit e4ef637f95

View File

@@ -18,11 +18,10 @@ Add to Claude Desktop config:
"everart": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "EVERART_API_KEY", "mcp/everart"],
"env": {
"EVERART_API_KEY": "your_key_here"
"env": {
"EVERART_API_KEY": "your_key_here"
}
}
},
}
}
```