agenthub-multiagent-mcp 1.1.1 → 1.1.2
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/README.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ npm install -g agenthub-multiagent-mcp
|
|
|
24
24
|
### Public Staging Server
|
|
25
25
|
|
|
26
26
|
A staging server is available for testing:
|
|
27
|
-
- **URL:** `
|
|
27
|
+
- **URL:** `http://109.123.246.254:8787`
|
|
28
28
|
- **API Key:** Contact [@thelord810](https://github.com/thelord810) for access
|
|
29
29
|
|
|
30
30
|
## Configuration
|
|
@@ -40,7 +40,7 @@ Add to your Claude Code MCP settings (`~/.claude/claude_desktop_config.json` or
|
|
|
40
40
|
"command": "npx",
|
|
41
41
|
"args": ["-y", "agenthub-multiagent-mcp"],
|
|
42
42
|
"env": {
|
|
43
|
-
"AGENTHUB_URL": "
|
|
43
|
+
"AGENTHUB_URL": "http://109.123.246.254:8787",
|
|
44
44
|
"AGENTHUB_API_KEY": "your-api-key-here"
|
|
45
45
|
}
|
|
46
46
|
}
|
package/dist/index.js
CHANGED
package/package.json
CHANGED