@jam-mcp/bootstrap 1.5.0 → 1.7.0

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 +3 -3
package/README.md CHANGED
@@ -6,8 +6,8 @@ This package exists so the *first* command a person or a coding agent runs needs
6
6
  nothing installed beforehand:
7
7
 
8
8
  ```bash
9
- npx --yes @jam-mcp/bootstrap@1.5.0 init # for a person
10
- npx --yes @jam-mcp/bootstrap@1.5.0 setup --agent # for a coding agent, JSON only
9
+ npx --yes @jam-mcp/bootstrap@1.7.0 init # for a person
10
+ npx --yes @jam-mcp/bootstrap@1.7.0 setup --agent # for a coding agent, JSON only
11
11
  ```
12
12
 
13
13
  `init` chooses how JAM runs on this machine and wires up the current project.
@@ -26,7 +26,7 @@ sync with the setup core.
26
26
  That pass-through is also why bootstrap is what JAM names in machine-readable
27
27
  instructions. On a machine that has just met JAM there is no global command to
28
28
  call and no configured runtime for the launcher to dispatch to — bootstrap
29
- needs neither, so `npx --yes @jam-mcp/bootstrap@1.5.0 <anything>` works when
29
+ needs neither, so `npx --yes @jam-mcp/bootstrap@1.7.0 <anything>` works when
30
30
  nothing else does.
31
31
 
32
32
  The three packages divide up like this:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jam-mcp/bootstrap",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
4
4
  "description": "Zero-install entry point for JAM (Jira Agent MCP) - first-run setup for humans and coding agents",
5
5
  "keywords": [
6
6
  "jira",
@@ -37,8 +37,8 @@
37
37
  "build": "tsc"
38
38
  },
39
39
  "dependencies": {
40
- "@jam-mcp/launcher": "1.5.0",
41
- "@jam-mcp/server": "1.5.0"
40
+ "@jam-mcp/launcher": "1.7.0",
41
+ "@jam-mcp/server": "1.7.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^24.0.0",