kwery-mcp 1.0.0 → 1.0.1

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
@@ -10,7 +10,7 @@ data across Polymarket, Kalshi, Hyperliquid, Binance, and Chainlink.
10
10
  Add to your Claude Code config:
11
11
 
12
12
  ```bash
13
- claude mcp add kwery npx kwery-mcp@latest
13
+ claude mcp add -e KWERY_API_KEY=your_api_key_here kwery -- npx -y kwery-mcp@latest
14
14
  ```
15
15
 
16
16
  Or add to `~/.claude.json` / Claude Desktop config manually:
@@ -49,7 +49,7 @@ Get your API key at [kwery.xyz/dashboard](https://kwery.xyz/dashboard).
49
49
 
50
50
  ## Links
51
51
 
52
- - [Full docs](https://kwery.xyz/docs/mcp)
53
- - [API reference](https://kwery-api.com/docs)
52
+ - [Full docs](https://kwery.xyz/docs/agents/mcp)
53
+ - [API reference](https://kwery-api.com/docs/api-reference)
54
54
  - [GitHub](https://github.com/KweryAPI/core-ai)
55
55
  - [Pricing](https://kwery.xyz/pricing)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kwery-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for Kwery — unified crypto and prediction market data across Polymarket, Kalshi, Hyperliquid, Binance, and Chainlink.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",