chore: 初始提交
This commit is contained in:
21
snippet/mcp.jsonc
Normal file
21
snippet/mcp.jsonc
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user