@assetlab/mcp-server 1.0.2 → 1.0.3
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,14 +26,14 @@ Connect [Claude](https://claude.ai) to your [AssetLab](https://assetlab.ca) acco
|
|
|
26
26
|
"args": ["-y", "@assetlab/mcp-server"],
|
|
27
27
|
"env": {
|
|
28
28
|
"ASSETLAB_API_KEY": "al_live_...",
|
|
29
|
-
"ASSETLAB_API_URL": "
|
|
29
|
+
"ASSETLAB_API_URL": "your-api-url"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
> **Tip:** The easiest way to get
|
|
36
|
+
> **Tip:** The easiest way to get this config is to click **Copy Claude Config** directly on your API key in **AssetLab Settings → API Keys** — it pre-fills your key and API URL automatically.
|
|
37
37
|
|
|
38
38
|
3. Restart Claude Desktop. You should see the AssetLab tools available.
|
|
39
39
|
|
|
@@ -42,7 +42,7 @@ Connect [Claude](https://claude.ai) to your [AssetLab](https://assetlab.ca) acco
|
|
|
42
42
|
```bash
|
|
43
43
|
claude mcp add assetlab npx @assetlab/mcp-server \
|
|
44
44
|
-e ASSETLAB_API_KEY=al_live_... \
|
|
45
|
-
-e ASSETLAB_API_URL=
|
|
45
|
+
-e ASSETLAB_API_URL=your-api-url
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
## Example prompts
|