moving company export to different repo

This commit is contained in:
2026-04-07 06:40:44 -04:00
commit 6a422fe293
55 changed files with 2021 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"$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"
],
}
}
}