17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"mcpServers": {
|
|
"github": {
|
|
"type": "http",
|
|
"url": "https://api.githubcopilot.com/mcp/"
|
|
},
|
|
"web_search": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"git+ssh://git@github.com:MiniMax-AI/minimax_search.git",
|
|
"minimax-search"
|
|
],
|
|
}
|
|
}
|
|
} |