chore: version packages#214
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
July 8, 2026 09:03
c5b84b3 to
38afeec
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 9, 2026 08:20
38afeec to
ad5aee7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@devicesdk/cli@0.8.0
Minor Changes
47a0a95: Add a stateless Streamable-HTTP MCP server bundled into
@devicesdk/serverat/mcp- 15 tools covering projects, devices, env vars, script versions, commands, and offline docs search, authenticated via OAuth 2.1 (PKCE + dynamic client registration) or existing API tokens. Every tool re-enters the REST API in-process so behavior always matches the server's own version.This replaces the standalone
@devicesdk/mcpnpm package, which is removed -devicesdk initnow scaffolds.mcp.jsonpointing at the server's own/mcpendpoint instead ofnpx @devicesdk/mcp. The docs site's MCP page is rewritten to match.GET /v1/projects/:projectId/devices/:deviceId/logsis un-deprecated: it was a permanent 410 in the Cloudflare era to protect a Durable Object rows-read quota that no longer exists on the self-hosted SQLite server, so it now returns a real cursor-paginated page of persisted logs. This is what makesdevicesdk_device_logsa working MCP tool instead of a stub. The watcher WebSocket (/watch?backfillLimit=N) remains the dashboard's live-tailing path and is unchanged.@devicesdk/server@0.3.0
Minor Changes
47a0a95: Add a stateless Streamable-HTTP MCP server bundled into
@devicesdk/serverat/mcp- 15 tools covering projects, devices, env vars, script versions, commands, and offline docs search, authenticated via OAuth 2.1 (PKCE + dynamic client registration) or existing API tokens. Every tool re-enters the REST API in-process so behavior always matches the server's own version.This replaces the standalone
@devicesdk/mcpnpm package, which is removed -devicesdk initnow scaffolds.mcp.jsonpointing at the server's own/mcpendpoint instead ofnpx @devicesdk/mcp. The docs site's MCP page is rewritten to match.GET /v1/projects/:projectId/devices/:deviceId/logsis un-deprecated: it was a permanent 410 in the Cloudflare era to protect a Durable Object rows-read quota that no longer exists on the self-hosted SQLite server, so it now returns a real cursor-paginated page of persisted logs. This is what makesdevicesdk_device_logsa working MCP tool instead of a stub. The watcher WebSocket (/watch?backfillLimit=N) remains the dashboard's live-tailing path and is unchanged.@devicesdk/dashboard@0.4.2
Patch Changes
@devicesdk/website@0.1.8
Patch Changes
47a0a95: Add a stateless Streamable-HTTP MCP server bundled into
@devicesdk/serverat/mcp- 15 tools covering projects, devices, env vars, script versions, commands, and offline docs search, authenticated via OAuth 2.1 (PKCE + dynamic client registration) or existing API tokens. Every tool re-enters the REST API in-process so behavior always matches the server's own version.This replaces the standalone
@devicesdk/mcpnpm package, which is removed -devicesdk initnow scaffolds.mcp.jsonpointing at the server's own/mcpendpoint instead ofnpx @devicesdk/mcp. The docs site's MCP page is rewritten to match.GET /v1/projects/:projectId/devices/:deviceId/logsis un-deprecated: it was a permanent 410 in the Cloudflare era to protect a Durable Object rows-read quota that no longer exists on the self-hosted SQLite server, so it now returns a real cursor-paginated page of persisted logs. This is what makesdevicesdk_device_logsa working MCP tool instead of a stub. The watcher WebSocket (/watch?backfillLimit=N) remains the dashboard's live-tailing path and is unchanged.