Files
PicList/.vscode/mcp.json
2025-08-15 13:44:35 +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"]
}
}
}