@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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": "https://mxxqgiqimawzeoajiklw.supabase.co/functions/v1/api-gateway"
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 the correct config is to click **Copy Claude Config** directly on your API key in AssetLab Settings — it pre-fills your key and API URL automatically.
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=https://mxxqgiqimawzeoajiklw.supabase.co/functions/v1/api-gateway
45
+ -e ASSETLAB_API_URL=your-api-url
46
46
  ```
47
47
 
48
48
  ## Example prompts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assetlab/mcp-server",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "MCP server for AssetLab — connect Claude to your asset management data",
5
5
  "type": "module",
6
6
  "bin": {