mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 04:00:16 +09:00
feat: Reset mcp_config.json to empty
This commit is contained in:
parent
e95c94d7be
commit
a3af563e89
@ -1,36 +1,3 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {}
|
||||||
"filesystem": {
|
|
||||||
"command": "npx",
|
|
||||||
"args": [
|
|
||||||
"-y",
|
|
||||||
"@modelcontextprotocol/server-filesystem",
|
|
||||||
"/Users/kadxy/Desktop"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"docker-mcp": {
|
|
||||||
"command": "uvx",
|
|
||||||
"args": ["docker-mcp"]
|
|
||||||
},
|
|
||||||
"difyworkflow": {
|
|
||||||
"command": "mcp-difyworkflow-server",
|
|
||||||
"args": ["-base-url", "23"],
|
|
||||||
"env": {
|
|
||||||
"DIFY_WORKFLOW_NAME": "23",
|
|
||||||
"DIFY_API_KEYS": "23"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"postgres": {
|
|
||||||
"command": "docker",
|
|
||||||
"args": ["run", "-i", "--rm", "mcp/postgres", null]
|
|
||||||
},
|
|
||||||
"playwright": {
|
|
||||||
"command": "npx",
|
|
||||||
"args": ["-y", "@executeautomation/playwright-mcp-server"]
|
|
||||||
},
|
|
||||||
"gdrive": {
|
|
||||||
"command": "npx",
|
|
||||||
"args": ["-y", "@modelcontextprotocol/server-gdrive"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user