@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.
@@ -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}/api/v1/health`;
321
+ const url = `${CONFIG.knowledgeApiUrl}/health`;
322
322
 
323
323
  const options = {
324
324
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudstreamsoftware/claude-tools",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "CloudStream Claude Code productivity tools - hooks, skills, agents, and knowledge server integration",
5
5
  "main": "dist/index.js",
6
6
  "bin": {