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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -1
  2. 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
- connectbase: {
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connectbase-client",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Connect Base JavaScript/TypeScript SDK for browser and Node.js",
5
5
  "repository": {
6
6
  "type": "git",