@codegame.dev/careerflow-mcp 1.1.0 → 1.1.4

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,8 +30,8 @@ Flags prefill the answers, so an onboarding page can print a one-liner per
30
30
  company or client — only the token is still asked for (hidden):
31
31
 
32
32
  ```bash
33
- npx @codegame.dev/careerflow-mcp init --base-url https://acme.careerflow.example --name acme --client claude-code
34
- npx @codegame.dev/careerflow-mcp init --base-url https://acme.careerflow.example --name acme --company-id 24 --client zcode
33
+ npx @codegame.dev/careerflow-mcp init --base-url https://careerflow.codegame.dev/site-api --name acme --client claude-code
34
+ npx @codegame.dev/careerflow-mcp init --base-url https://careerflow.codegame.dev/site-api --name acme --company-id 24 --client zcode
35
35
  ```
36
36
 
37
37
  - `--base-url` — the CareerFlow host, so it is never typed by hand
@@ -61,7 +61,7 @@ machine — so the wizard always prompts for it with hidden input.
61
61
 
62
62
  ```bash
63
63
  claude mcp add careerflow \
64
- --env CAREERFLOW_BASE_URL=https://your-careerflow-host \
64
+ --env CAREERFLOW_BASE_URL=https://careerflow.codegame.dev/site-api \
65
65
  --env CAREERFLOW_TOKEN=cf_pat_xxxxxxxx \
66
66
  --env CAREERFLOW_COMPANY_ID=24 \
67
67
  -- npx -y @codegame.dev/careerflow-mcp
@@ -76,7 +76,7 @@ claude mcp add careerflow \
76
76
  "command": "npx",
77
77
  "args": ["-y", "@codegame.dev/careerflow-mcp"],
78
78
  "env": {
79
- "CAREERFLOW_BASE_URL": "https://your-careerflow-host",
79
+ "CAREERFLOW_BASE_URL": "https://careerflow.codegame.dev/site-api",
80
80
  "CAREERFLOW_TOKEN": "cf_pat_xxxxxxxx",
81
81
  "CAREERFLOW_COMPANY_ID": "24"
82
82
  }
@@ -102,7 +102,7 @@ Config file locations:
102
102
  "command": "npx",
103
103
  "args": ["-y", "@codegame.dev/careerflow-mcp"],
104
104
  "env": {
105
- "CAREERFLOW_BASE_URL": "https://your-careerflow-host",
105
+ "CAREERFLOW_BASE_URL": "https://careerflow.codegame.dev/site-api",
106
106
  "CAREERFLOW_TOKEN": "cf_pat_xxxxxxxx",
107
107
  "CAREERFLOW_COMPANY_ID": "24"
108
108
  }
@@ -206,7 +206,7 @@ register just that slice:
206
206
  "command": "npx",
207
207
  "args": ["-y", "@codegame.dev/careerflow-mcp"],
208
208
  "env": {
209
- "CAREERFLOW_BASE_URL": "https://your-careerflow-host",
209
+ "CAREERFLOW_BASE_URL": "https://careerflow.codegame.dev/site-api",
210
210
  "CAREERFLOW_TOKEN": "cf_pat_xxxxxxxx",
211
211
  "CAREERFLOW_GROUPS": "workspace,tasks,time"
212
212
  }
@@ -316,7 +316,7 @@ docker build -t careerflow-mcp .
316
316
  "careerflow-mcp"
317
317
  ],
318
318
  "env": {
319
- "CAREERFLOW_BASE_URL": "https://your-careerflow-host",
319
+ "CAREERFLOW_BASE_URL": "https://careerflow.codegame.dev/site-api",
320
320
  "CAREERFLOW_TOKEN": "cf_pat_xxxxxxxx",
321
321
  "CAREERFLOW_COMPANY_ID": "24"
322
322
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codegame.dev/careerflow-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.4",
4
4
  "description": "MCP server exposing CareerFlow tasks, CRM, HR, and workplace tools to AI assistants",
5
5
  "type": "module",
6
6
  "license": "MIT",