chore(deps)(deps): bump @modelcontextprotocol/hono from 2.0.0-alpha.2 to 2.0.0-alpha.3#77
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@modelcontextprotocol/hono](https://github.com/modelcontextprotocol/typescript-sdk) from 2.0.0-alpha.2 to 2.0.0-alpha.3. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/@modelcontextprotocol/hono@2.0.0-alpha.2...@modelcontextprotocol/server-legacy@2.0.0-alpha.3) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/hono" dependency-version: 2.0.0-alpha.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
No concrete threat-surface issues found in this PR.
Checked:
- MCP endpoint auth: no route/auth code changed; existing
/mcp/:slug/...path still authenticates the bearer token and project association before MCP server/tool setup. - Query execution sandboxing: no changes to
execute_query, scoped model access, SQL validation, DuckDB hardening, timeout, or row-limit code. - Admin auth / Better Auth: no auth config or CSRF/cookie handling changes.
- API input validation and environment secrets: no route handler or env handling changes; no secrets added to the changed files.
- Dependency exposure: the only changed package is
@modelcontextprotocol/hono2.0.0-alpha.2 -> 2.0.0-alpha.3. Package metadata points to the maintained MCP TypeScript SDK repo, andpnpm audit --proddid not identify a new MCP Hono advisory. Existing audit findings are through unrelated dependencies and appear pre-existing.pnpm --filter @archmax/api typecheckpasses.
Non-blocking note: alpha.3 declares a peer on @modelcontextprotocol/server@^2.0.0-alpha.3 while this app still pins @modelcontextprotocol/server at alpha.2. I did not flag this as a security finding because the adapter code diff is effectively metadata-only and the API typecheck passes, but aligning both SDK packages in a follow-up would reduce alpha-version skew.
Sent by Cursor Automation: archmax Security Review
Docker image readydocker pull ghcr.io/archmaxai/archmax:pr-77 |
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.


Bumps @modelcontextprotocol/hono from 2.0.0-alpha.2 to 2.0.0-alpha.3.
Commits
e4227d1Version Packages (alpha) (#1845)0fb8406v2: codemod iterations, canonical zod schema exports fromsdk-shared(#2354)7ea6fdetest(client): cover refresh retry after invalid token 401 (#2367)ee732d6chore: switch to module ESNext + moduleResolution bundler (#2095)c59dc3afeat(server): expose icons on registerTool/registerPrompt (McpServer) (#2353)6312f2afix(middleware): stop bundling workspace type graphs into .d.ts (avoids dts-g...5e0249ftest(integration): stop the cloudflare workers test from rewriting workspace ...78fbe27feat(core): reserved trace context _meta keys and propagation docs (SEP-414) ...e84c3e9fix(server,client): non-SEP draft spec conformance (eager list handlers, pagi...49c0a71feat: deprecate roots, sampling, and logging runtime APIs (SEP-2577) (#2268)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Lockfile and version pin only; MCP integration code is unchanged, though the alpha SDK bump could affect runtime behavior at the MCP HTTP layer.
Overview
Bumps
@modelcontextprotocol/honoinapps/apifrom 2.0.0-alpha.2 to 2.0.0-alpha.3, with the matchingpnpm-lock.yamlresolution update.@modelcontextprotocol/serverremains pinned at 2.0.0-alpha.2; the new hono release declares a peer on@modelcontextprotocol/server^2.0.0-alpha.3, so reviewers may want to confirm install/peer warnings and MCP behavior still look correct. No application source files change in this PR.Reviewed by Cursor Bugbot for commit 1657ab4. Bugbot is set up for automated code reviews on this repo. Configure here.