chore: 初始提交

This commit is contained in:
2026-01-12 12:16:02 +08:00
commit 98dddd6de2
9 changed files with 273 additions and 0 deletions

21
snippet/mcp.jsonc Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp"
},
"deepwiki": {
"type": "remote",
"url": "https://mcp.deepwiki.com/mcp"
},
"sequential-thinking": {
"type": "local",
"command": ["bunx", "@modelcontextprotocol/server-sequential-thinking"]
},
"memory": {
"type": "local",
"command": ["bunx", "@modelcontextprotocol/server-memory"]
}
}
}