forked from imbytecat/opencode-config
chore: 清理已弃用的配置文件
- 删除已禁用的远程上下文配置项 - 删除已废弃的 deepwiki 配置文件 - 删除已弃用的 Exa MCP 配置文件 - 删除已弃用的远程 MCP 配置项 grep-app - 删除已废弃的本地记忆服务器配置 - 删除已废弃的顺序思维配置文件
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://opencode.ai/config.json",
|
|
||||||
"mcp": {
|
|
||||||
"context7": {
|
|
||||||
"type": "remote",
|
|
||||||
"url": "https://mcp.context7.com/mcp",
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://opencode.ai/config.json",
|
|
||||||
"mcp": {
|
|
||||||
"deepwiki": {
|
|
||||||
"type": "remote",
|
|
||||||
"url": "https://mcp.deepwiki.com/mcp",
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://opencode.ai/config.json",
|
|
||||||
"mcp": {
|
|
||||||
"grep-app": {
|
|
||||||
"type": "remote",
|
|
||||||
"url": "https://mcp.grep.app",
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://opencode.ai/config.json",
|
|
||||||
"mcp": {
|
|
||||||
"memory": {
|
|
||||||
"type": "local",
|
|
||||||
"command": ["bunx", "@modelcontextprotocol/server-memory"],
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://opencode.ai/config.json",
|
|
||||||
"mcp": {
|
|
||||||
"sequential-thinking": {
|
|
||||||
"type": "local",
|
|
||||||
"command": ["bunx", "@modelcontextprotocol/server-sequential-thinking"],
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user