mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-12 16:11:27 +08:00
✨ Feature(custom): always copy workflow file for macos
This commit is contained in:
15
.vscode/mcp.json
vendored
Normal file
15
.vscode/mcp.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user