connectbase-client 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -502,7 +502,8 @@ async function setupClaudeCode(apiKey) {
|
|
|
502
502
|
await downloadDocs(apiKey);
|
|
503
503
|
const mcpConfig = {
|
|
504
504
|
mcpServers: {
|
|
505
|
-
|
|
505
|
+
"connect-base": {
|
|
506
|
+
type: "http",
|
|
506
507
|
url: "https://mcp.connectbase.world/mcp",
|
|
507
508
|
headers: {
|
|
508
509
|
Authorization: "Bearer YOUR_SECRET_KEY_HERE"
|