costhawk 1.1.1 → 1.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm run build
14
14
 
15
15
  ### 2. Get Your API Key
16
16
 
17
- 1. Log into [CostHawk](https://costhawk.app) dashboard
17
+ 1. Log into [CostHawk](https://costhawk.ai) dashboard
18
18
  2. Go to **Settings → API Keys**
19
19
  3. Create a new key for MCP access
20
20
  4. Copy the key (you'll only see it once)
@@ -36,7 +36,7 @@ Add the CostHawk server:
36
36
  "args": ["/absolute/path/to/costhawk-mcp-server/dist/index.js"],
37
37
  "env": {
38
38
  "COSTHAWK_API_KEY": "your-api-key-here",
39
- "COSTHAWK_API_URL": "https://costhawk.app"
39
+ "COSTHAWK_API_URL": "https://costhawk.ai"
40
40
  }
41
41
  }
42
42
  }
@@ -75,7 +75,7 @@ Once configured, you can ask Claude:
75
75
  | Variable | Required | Default | Description |
76
76
  |----------|----------|---------|-------------|
77
77
  | `COSTHAWK_API_KEY` | Yes | - | Your CostHawk API key |
78
- | `COSTHAWK_API_URL` | No | `https://costhawk.app` | API base URL (for self-hosted) |
78
+ | `COSTHAWK_API_URL` | No | `https://costhawk.ai` | API base URL (for self-hosted) |
79
79
 
80
80
  ## Development
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "costhawk",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "MCP server for CostHawk - AI API cost monitoring and optimization",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",