feat: add cratedocs server configuration to mcp.json

This commit is contained in:
Harald Hoyer 2025-04-15 12:05:18 +02:00
parent 9fa4a14d54
commit c61a28de29

11
.vscode/mcp.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"servers": {
"cratedocs": {
"type": "stdio",
"command": "/home/harald/.cargo/bin/cratedocs",
"args": [
"stdio"
]
}
}
}