Skip to content

Commit b5ab915

Browse files
chore(release): version packages
1 parent dbdcfcd commit b5ab915

6 files changed

Lines changed: 702 additions & 150 deletions

File tree

.changeset/built-in-tool-ids-host-config.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/project-computers-host-config.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.release-plan/.changeset/status.json

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
{
44
"releases": [
55
{
6-
"name": "@mcpjam/inspector",
7-
"type": "patch"
6+
"name": "@mcpjam/sdk",
7+
"type": "minor"
88
}
99
],
10-
"summary": "Inspector rollup since the last release:\n\n- Public API v1: new Inspector Node `/api/v1` routes for live-MCP servers/tools/resources/prompts, with a production fix to mount `/api/v1` in the production server entry.\n- Evals: persist browser-rendered MCP App observations and steps in eval traces.\n- Evals: cap eval iterations against the org's billing entitlement and surface a billing-limit-reached signal end-to-end.\n- Billing: grace period for past-due/canceled orgs before access is gated.\n- Billing: limit users to 1 self-created organization.\n- Billing: rework the compare-plans table around credits and eval iterations; remove the team seat-minimum label and finish the Projects row.\n- Sidebar credit usage: clicking the progress bar now sends the user to billing.\n- Chatbox OAuth: attach the WorkOS bearer token on `/oauth/callback` to fix the 403 some users hit when finishing the chatbox auth flow.\n- OAuth: send `client_secret` on token exchange with static preregistered credentials.\n- Chatbox builder: removed the unused `allowGuestAccess` toggle.",
11-
"id": "inspector-rollup-pre-soundcheck-deploy"
10+
"summary": "Add `builtInToolIds` as a HostConfig v2 dimension. Host configs can now carry an opaque list of built-in tool catalog ids (a peer dimension to `serverIds`). The canonicalizer validates wire shape (array of non-empty strings), then dedupes and sorts; an absent or empty list is omitted from the canonical JSON, so every existing host config keeps a byte-identical `configHash`. IDs remain opaque to the SDK — existence and org-scope are enforced by the backend catalog, not an SDK enum.",
11+
"id": "built-in-tool-ids-host-config"
1212
},
1313
{
1414
"releases": [
@@ -17,28 +17,20 @@
1717
"type": "minor"
1818
}
1919
],
20-
"summary": "`EvalReportingError` now exposes an `isBillingLimitReached` boolean, set when the inspector backend rejects an eval iteration because the org has hit its billing entitlement. Lets CLI/harness callers distinguish billing-limit failures from generic reporting errors without parsing error messages.",
21-
"id": "sdk-eval-reporting-billing-limit"
20+
"summary": "Add `computer` as a HostConfig v2 dimension. A host config can now declare a personal cloud workstation (the chat `bash` tool + a web terminal) via `computer?: null | { kind: \"personal\"; toolset: \"bash\"; workdir?: string }`. The canonicalizer collapses `null` and an absent value to the same \"no computer\" shape (key omitted), so every existing host config keeps a byte-identical `configHash`; it validates the `kind`/`toolset` literals, rejects unknown keys, and trims `workdir`. The field is stripped from the SDK→backend eval wire config, because a personal computer is mutable per-user state that an eval can't reproduce. Part of Project Computers (plan: mcpjam-backend `docs/project-computers.md`).",
21+
"id": "project-computers-host-config"
2222
}
2323
],
2424
"releases": [
25-
{
26-
"name": "@mcpjam/inspector",
27-
"type": "patch",
28-
"oldVersion": "2.10.0",
29-
"changesets": [
30-
"inspector-rollup-pre-soundcheck-deploy"
31-
],
32-
"newVersion": "2.10.1"
33-
},
3425
{
3526
"name": "@mcpjam/sdk",
3627
"type": "minor",
37-
"oldVersion": "1.13.0",
28+
"oldVersion": "1.14.0",
3829
"changesets": [
39-
"sdk-eval-reporting-billing-limit"
30+
"built-in-tool-ids-host-config",
31+
"project-computers-host-config"
4032
],
41-
"newVersion": "1.14.0"
33+
"newVersion": "1.15.0"
4234
},
4335
{
4436
"name": "@mcpjam/mcp",

0 commit comments

Comments
 (0)