refactor: 重命名并整理配置文件目录结构

- 重命名文件以正确组织项目目录结构
- 重命名 deepwiki.jsonc 文件至 .mcp 目录下
- 重命名文件以正确组织配置文件路径
- 将 grep-app.jsonc 文件重命名为隐藏文件并移至 .mcp 目录下
- 重命名内存配置文件路径以符合项目规范
- 将 sequential-thinking.jsonc 文件重命名为隐藏文件并移动至 .mcp 目录下
This commit is contained in:
2026-01-24 01:12:25 +08:00
parent ca94d7260f
commit 243dee1ef1
6 changed files with 0 additions and 0 deletions

10
.mcp/context7.jsonc Normal file
View File

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

10
.mcp/deepwiki.jsonc Normal file
View File

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

10
.mcp/exa.jsonc Normal file
View File

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

10
.mcp/grep-app.jsonc Normal file
View File

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

10
.mcp/memory.jsonc Normal file
View File

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

View File

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