meguro-mcp 0.2.13 → 0.2.14

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to `meguro-mcp` are recorded here. Versions follow Semantic Versioning.
4
4
 
5
+ ## 0.2.14 — 2026-09-06
6
+
7
+ - Packages the current deployed source, whose documentation resources and served behavior the
8
+ hosted door already serves: getting-started v51, product-guide v48, receipt-guide v31,
9
+ gate-policy v9, and documentation-index v52 across 191 immutable resources.
10
+ - Carries the run, receipt, Store, workspace, and Admin-schema behavior already reachable at this
11
+ source revision; no tool identity, input schema, or call shape changes with this version.
12
+ - This is a prepared package candidate only; it is not published, tagged, or deployed.
13
+
5
14
  ## 0.2.13 — 2026-08-11
6
15
 
7
16
  - Preserves server-owned structured tier-enforcement facts, same-tier remedies, and conditional
package/README.md CHANGED
@@ -23,8 +23,8 @@ The configured hosted endpoints are environment-specific: dev uses
23
23
 
24
24
  <!-- BEGIN GENERATED MCP README CURRENT DOCUMENTATION -->
25
25
  <!-- Run `npm run docs:tools --workspace meguro-mcp` to refresh this section from documentation currency. -->
26
- After connecting, read `meguro://docs/getting-started/v39` for the world-first operating sequence;
27
- for general Meguro questions, read `meguro://docs/product-guide/v36`. Both are available through
26
+ After connecting, read `meguro://docs/getting-started/v51` for the world-first operating sequence;
27
+ for general Meguro questions, read `meguro://docs/product-guide/v48`. Both are available through
28
28
  `resources/read` or the matching `docs_read({ topic, version })` fallback.
29
29
  <!-- END GENERATED MCP README CURRENT DOCUMENTATION -->
30
30
 
@@ -46,7 +46,7 @@ Console provides fast trusted proof and evidence inspection; the agency agent no
46
46
 
47
47
  <!-- BEGIN GENERATED MCP TOOL TABLE -->
48
48
  <!-- Run `npm run docs:tools --workspace meguro-mcp` to refresh this section from `tools/list`. -->
49
- This table is generated from the server's live `tools/list` response (45 tools).
49
+ This table is generated from the server's live `tools/list` response (46 tools).
50
50
 
51
51
  | Tool | Title | Behavior annotations |
52
52
  |---|---|---|
@@ -57,6 +57,7 @@ This table is generated from the server's live `tools/list` response (45 tools).
57
57
  | `store_create` | Create a practice store | read-write · non-destructive · non-idempotent · closed-world |
58
58
  | `store_delete` | Delete a practice store | read-write · destructive · non-idempotent · closed-world |
59
59
  | `store_passport` | Read Store Passport | read-only · non-destructive · idempotent · closed-world |
60
+ | `sample_store_reset` | Repair the sample practice store | read-write · destructive · idempotent · closed-world |
60
61
  | `workspaces_list` | List account workspaces | read-only · non-destructive · idempotent · closed-world |
61
62
  | `workspace_create` | Create a workspace | read-write · non-destructive · non-idempotent · closed-world |
62
63
  | `workspace_archive` | Archive a workspace | read-write · destructive · idempotent · closed-world |
@@ -79,7 +80,7 @@ This table is generated from the server's live `tools/list` response (45 tools).
79
80
  | `usage_read` | Read usage headroom | read-only · non-destructive · idempotent · closed-world |
80
81
  | `twin_diff` | Read a twin impact receipt | read-only · non-destructive · idempotent · closed-world |
81
82
  | `exam_preflight` | Check Shopify Exam readiness | read-only · non-destructive · idempotent · open-world |
82
- | `exam_start` | Start or continue a Shopify Exam | read-write · non-destructive · idempotent · open-world |
83
+ | `exam_start` | Start or continue a Shopify Exam | read-write · non-destructive · non-idempotent · open-world |
83
84
  | `exam_status` | Read Shopify Exam status | read-only · non-destructive · idempotent · closed-world |
84
85
  | `exam_report` | Read a Shopify Exam receipt | read-only · non-destructive · idempotent · closed-world |
85
86
  | `practice_run_start` | Start a practice run | read-write · non-destructive · non-idempotent · closed-world |
@@ -88,7 +89,7 @@ This table is generated from the server's live `tools/list` response (45 tools).
88
89
  | `practice_run_checkpoint` | Capture a practice-run checkpoint | read-write · non-destructive · non-idempotent · closed-world |
89
90
  | `practice_run_advance` | Advance store time | read-write · non-destructive · non-idempotent · closed-world |
90
91
  | `practice_run_finish` | Finish a practice run | read-write · non-destructive · non-idempotent · closed-world |
91
- | `practice_run_report` | Read a compatibility receipt | read-only · non-destructive · idempotent · closed-world |
92
+ | `practice_run_report` | Read a practice-run receipt | read-only · non-destructive · idempotent · closed-world |
92
93
  | `practice_run_impact` | Read a practice-run impact receipt | read-only · non-destructive · idempotent · closed-world |
93
94
  | `get_connection_details` | Get practice-store connection details | read-only · non-destructive · idempotent · closed-world |
94
95
  | `admin_probe` | Run an Admin API probe | read-write · non-destructive · non-idempotent · closed-world |
@@ -197,12 +198,12 @@ See [the agency quickstart](../../docs/agency-practice-run-quickstart.md) and [H
197
198
  <!-- BEGIN GENERATED MCP README LOCAL TOOL COUNT -->
198
199
  <!-- Run `npm run docs:tools --workspace meguro-mcp` to refresh this section from `tools/list`. -->
199
200
  Use the public STDIO package for CI, local automation, or clients without hosted Streamable HTTP and
200
- OAuth support. It requires a workspace-bound `meg_sk_…` API key and exposes the full 45-tool local
201
+ OAuth support. It requires a workspace-bound `meg_sk_…` API key and exposes the full 46-tool local
201
202
  surface. Pin the exact public version in client configuration so a quickstart stays reproducible:
202
203
  <!-- END GENERATED MCP README LOCAL TOOL COUNT -->
203
204
 
204
205
  ```bash
205
- npx -y meguro-mcp@0.2.13
206
+ npx -y meguro-mcp@0.2.14
206
207
  ```
207
208
 
208
209
  ### Environment
@@ -220,7 +221,7 @@ claude mcp add meguro \
220
221
  -e MEGURO_API_BASE_URL=https://api-dev.meguro.io \
221
222
  -e MEGURO_API_TOKEN=meg_sk_... \
222
223
  -e MEGURO_DASHBOARD_URL=https://... \
223
- -- npx -y meguro-mcp@0.2.13
224
+ -- npx -y meguro-mcp@0.2.14
224
225
  ```
225
226
 
226
227
  ### Register — Cursor (`.cursor/mcp.json`)
@@ -230,7 +231,7 @@ claude mcp add meguro \
230
231
  "mcpServers": {
231
232
  "meguro": {
232
233
  "command": "npx",
233
- "args": ["-y", "meguro-mcp@0.2.13"],
234
+ "args": ["-y", "meguro-mcp@0.2.14"],
234
235
  "env": {
235
236
  "MEGURO_API_BASE_URL": "https://api-dev.meguro.io",
236
237
  "MEGURO_API_TOKEN": "meg_sk_...",
@@ -253,7 +254,7 @@ npm test --workspace meguro-mcp
253
254
  <!-- BEGIN GENERATED MCP README DISTRIBUTION TOOL COUNT -->
254
255
  <!-- Run `npm run docs:tools --workspace meguro-mcp` to refresh this section from `tools/list`. -->
255
256
  The test suite packs the public artifact, installs it into a temporary clean-room project, starts the
256
- installed binary, and requires `tools/list` to return exactly 45 tools without leaking supplied
257
+ installed binary, and requires `tools/list` to return exactly 46 tools without leaking supplied
257
258
  credentials to stdout or stderr. Maintainers should follow [RELEASING.md](./RELEASING.md) for every
258
259
  version; release notes are in [CHANGELOG.md](./CHANGELOG.md).
259
260
  <!-- END GENERATED MCP README DISTRIBUTION TOOL COUNT -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meguro-mcp",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Meguro control-plane MCP server: drive worlds, runs, and verdicts from your own AI tools.",