chore: 清理已弃用的配置文件

- 删除已禁用的远程上下文配置项
- 删除已废弃的 deepwiki 配置文件
- 删除已弃用的 Exa MCP 配置文件
- 删除已弃用的远程 MCP 配置项 grep-app
- 删除已废弃的本地记忆服务器配置
- 删除已废弃的顺序思维配置文件
This commit is contained in:
2026-01-24 02:42:18 +08:00
parent 1548f1a947
commit 69e2cb3154
6 changed files with 0 additions and 60 deletions

View File

@@ -1,10 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": false
}
}
}

View File

@@ -1,10 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"deepwiki": {
"type": "remote",
"url": "https://mcp.deepwiki.com/mcp",
"enabled": false
}
}
}

View File

@@ -1,10 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"exa": {
"type": "remote",
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa",
"enabled": false
}
}
}

View File

@@ -1,10 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"grep-app": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": false
}
}
}

View File

@@ -1,10 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"memory": {
"type": "local",
"command": ["bunx", "@modelcontextprotocol/server-memory"],
"enabled": false
}
}
}

View File

@@ -1,10 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sequential-thinking": {
"type": "local",
"command": ["bunx", "@modelcontextprotocol/server-sequential-thinking"],
"enabled": false
}
}
}