cellium-mcp-client 1.0.0 → 1.0.1
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 +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -13,7 +13,7 @@ program
|
|
|
13
13
|
.description('MCP client for connecting to remote Cellium processor server')
|
|
14
14
|
.version('1.0.0')
|
|
15
15
|
.option('-t, --token <token>', 'Authentication token (format: user:username:hash)')
|
|
16
|
-
.option('-e, --endpoint <url>', 'Server endpoint URL', '
|
|
16
|
+
.option('-e, --endpoint <url>', 'Server endpoint URL', 'http://localhost:3000/mcp')
|
|
17
17
|
.option('-v, --verbose', 'Enable verbose logging')
|
|
18
18
|
.option('-r, --retry-attempts <num>', 'Number of retry attempts on connection failure', '3')
|
|
19
19
|
.option('--retry-delay <ms>', 'Delay between retry attempts in milliseconds', '1000')
|