Files
OpenList-Desktop/.vscode/mcp.json
2025-06-26 15:09:20 +08:00

16 lines
299 B
JSON

{
"inputs": [
// The "inputs" section defines the inputs required for the MCP server configuration.
{
"type": "promptString"
}
],
"servers": {
// The "servers" section defines the MCP servers you want to use.
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}