@latellu/atlas-mcp 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 +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,6 +61,17 @@ atlas-mcp
61
61
 
62
62
  ## Configuration
63
63
 
64
+ ### Getting an API Key
65
+
66
+ 1. Open the Atlas dashboard: **https://cms.atlas.latellu.com**
67
+ 2. Go to **Settings → API Keys**
68
+ 3. Click **Create API Key**, give it a name, and save
69
+ 4. Copy the key — it is only shown once
70
+
71
+ **Key types:**
72
+ - `atlas_live_*` — Read-only access (delivery API). Use for fetching content.
73
+ - `atlas_mgmt_*` — Read-write access (management API). Use for creating/updating content.
74
+
64
75
  ### Environment Variables
65
76
 
66
77
  | Variable | Required | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latellu/atlas-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },