@cloudstreamsoftware/claude-tools 1.2.0 → 1.2.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/bin/cloudstream-setup.js +1 -1
- package/package.json +1 -1
package/bin/cloudstream-setup.js
CHANGED
|
@@ -318,7 +318,7 @@ async function configureMcpServer(licenseKey) {
|
|
|
318
318
|
*/
|
|
319
319
|
async function verifyConnection(licenseKey) {
|
|
320
320
|
return new Promise((resolve) => {
|
|
321
|
-
const url = `${CONFIG.knowledgeApiUrl}/
|
|
321
|
+
const url = `${CONFIG.knowledgeApiUrl}/health`;
|
|
322
322
|
|
|
323
323
|
const options = {
|
|
324
324
|
headers: {
|
package/package.json
CHANGED