mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
16 lines
299 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|