@cloudstreamsoftware/claude-tools 1.2.5 → 1.2.6

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.
@@ -323,7 +323,7 @@ async function configureMcpServer(licenseKey) {
323
323
  settings.mcpServers = settings.mcpServers || {};
324
324
  settings.mcpServers['cloudstream-knowledge'] = {
325
325
  command: 'npx',
326
- args: ['@cloudstream/knowledge-mcp-client'],
326
+ args: ['@cloudstreamsoftware/knowledge-mcp-client'],
327
327
  env: {
328
328
  CLOUDSTREAM_LICENSE: licenseKey,
329
329
  CLOUDSTREAM_API: CONFIG.knowledgeApiUrl
@@ -5,7 +5,7 @@
5
5
  "version": "1.0.0",
6
6
  "server": {
7
7
  "command": "npx",
8
- "args": ["@cloudstream/knowledge-mcp-client"],
8
+ "args": ["@cloudstreamsoftware/knowledge-mcp-client"],
9
9
  "env": {
10
10
  "CLOUDSTREAM_LICENSE": "${LICENSE_KEY}",
11
11
  "CLOUDSTREAM_API": "https://knowledge.cloudstreamsoftware.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudstreamsoftware/claude-tools",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "CloudStream Claude Code productivity tools - hooks, skills, agents, and knowledge server integration",
5
5
  "main": "dist/index.js",
6
6
  "bin": {