@datalayer-sh/mcp 0.1.0 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,7 +73,7 @@ Same config pattern. Set the `DATALAYER_API_KEY` environment variable and run `n
73
73
  2. Go to Dashboard → API Keys → Create key
74
74
  3. Copy the `sk_live_...` key into your config
75
75
 
76
- **100 free credits included** — enough to test every tool.
76
+ **10 free credits included** — enough to test every tool.
77
77
 
78
78
  ---
79
79
 
@@ -167,7 +167,7 @@ Same config pattern. Set the `DATALAYER_API_KEY` environment variable and run `n
167
167
  - **Failed lookups (404)**: Free — no credits consumed
168
168
  - **Credits never expire** on top-up packs
169
169
 
170
- 100 free credits on signup. Plans from $49/mo.
170
+ 10 free credits on signup. Plans from $49/mo.
171
171
 
172
172
  ---
173
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datalayer-sh/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "DataLayer MCP Server — B2B enrichment for AI agents. 60M companies, 300M contacts, intent signals.",
5
5
  "bin": { "datalayer-mcp": "./dist/index.js" },
6
6
  "main": "./dist/index.js",