@telara-cli/cli 0.1.1 → 0.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 CHANGED
@@ -121,7 +121,7 @@ Generate MCP access keys for specific deployment scenarios.
121
121
  ## Documentation
122
122
 
123
123
  - [Telara docs](https://telara.dev/docs)
124
- - [CLI installation guide](https://telara.dev/docs/cli/install)
124
+ - [CLI installation guide](https://docs.telara.dev/mcp-clients/cli)
125
125
 
126
126
  ## License
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telara-cli/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Telara CLI — manage your MCP configurations",
5
5
  "homepage": "https://telara.dev",
6
6
  "repository": {
@@ -14,7 +14,7 @@ const version = process.env.TELARA_VERSION || pkg.version;
14
14
 
15
15
  const PRIMARY_BASE_URL = 'https://get.telara.dev/download';
16
16
  const FALLBACK_BASE_URL = 'https://github.com/Telara-Labs/Telara-CLI/releases/download';
17
- const MANUAL_INSTALL_URL = 'https://telara.dev/docs/cli/install';
17
+ const MANUAL_INSTALL_URL = 'https://docs.telara.dev/mcp-clients/cli';
18
18
 
19
19
  function getPlatformInfo() {
20
20
  const platform = process.platform;