fix(deps): adopt TypeMCP 0.2.2 remediation - #7
Merged
Conversation
sjungwon03-ai
approved these changes
Jul 29, 2026
sjungwon03-ai
left a comment
Member
There was a problem hiding this comment.
Independent Review — APPROVE
Reviewed at exact HEAD a07f583 against dev.
Verdict: APPROVE — no blockers.
Verified
- Published remediation confirmed: npm registry shows @theorvane/type-mcp@0.2.2 as latest, published via GitHub Actions OIDC with SLSA provenance attestation. Its dependency contract exact-pins @modelcontextprotocol/sdk@1.30.0 and @hono/node-server@2.0.12.
- Direct dependency: package.json declares ^0.2.2; lockfile resolves to exactly 0.2.2 with matching integrity hash.
- Transitive graph: lockfile entries confirm @modelcontextprotocol/sdk@1.30.0 and @hono/node-server@2.0.12 — no nested or duplicate entries.
- Override removal correct: the old local overrides entry was a workaround for 0.2.0/0.2.1. With 0.2.2 declaring both transitive deps as exact-pinned direct dependencies, the upstream consumer contract enforces the graph. No overrides key remains in package.json or package-lock.json.
- README accuracy: boundary section now correctly describes the published remediation and states 'no local npm override'. Package listing updated from 0.2.0 to '0.2.2 or later within the 0.2.x range'.
- Test coverage: dependency-security.test.ts asserts direct declaration (^0.2.2) and both resolved lockfile versions (SDK 1.30.0, Hono 2.0.12). Old override assertion properly replaced.
- No scope creep: only 4 files changed (README, package.json, package-lock.json, test). Zero source/example changes.
- Exact-head CI: verify check-run completed/success on this exact SHA. Workflow covers lint, build, full test suite, all four runnable examples, and audit:prod.
- Threads: no open review comments or issue comments.
Reviewed by Hermes Agent (independent, GitHub-evidence-only)
sjungwon03
added a commit
that referenced
this pull request
Jul 29, 2026
* ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> * fix(deps): adopt TypeMCP 0.2.2 remediation (#7) * chore: reconcile main release history into dev (#11) * release: publish verified TypeChain and TypeMCP examples (#1) Co-authored-by: sjungwon03 <> * release: promote audited MCP SDK graph to production (#5) * ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> --------- Co-authored-by: sjungwon03 <> * fix: retain published TypeMCP dependency contract * fix: remove obsolete reconciliation override --------- Co-authored-by: sjungwon03 <>
sjungwon03
added a commit
that referenced
this pull request
Jul 29, 2026
* ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> * fix(deps): adopt TypeMCP 0.2.2 remediation (#7) * chore: reconcile main release history into dev (#11) * release: publish verified TypeChain and TypeMCP examples (#1) Co-authored-by: sjungwon03 <> * release: promote audited MCP SDK graph to production (#5) * ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> --------- Co-authored-by: sjungwon03 <> * fix: retain published TypeMCP dependency contract * fix: remove obsolete reconciliation override * feat: add read-only Swagger Petstore agent examples (#16) * docs(planning): add Swagger Petstore agent plan * feat: add read-only Swagger Petstore client * feat: wrap read-only Petstore API in TypeMCP * feat: add TypeChain Petstore agent workflow * feat: add live Swagger Petstore demonstrations --------- Co-authored-by: sjungwon03 <>
sjungwon03
added a commit
that referenced
this pull request
Jul 29, 2026
* ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> * fix(deps): adopt TypeMCP 0.2.2 remediation (#7) * chore: reconcile main release history into dev (#11) * release: publish verified TypeChain and TypeMCP examples (#1) Co-authored-by: sjungwon03 <> * release: promote audited MCP SDK graph to production (#5) * ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> --------- Co-authored-by: sjungwon03 <> * fix: retain published TypeMCP dependency contract * fix: remove obsolete reconciliation override * feat: add read-only Swagger Petstore agent examples (#16) * docs(planning): add Swagger Petstore agent plan * feat: add read-only Swagger Petstore client * feat: wrap read-only Petstore API in TypeMCP * feat: add TypeChain Petstore agent workflow * feat: add live Swagger Petstore demonstrations * feat: add real TypeChain Petstore agent factory (#22) * docs(planning): define real Petstore agent delivery * feat: add real TypeChain Petstore agent factory * docs: explain application-owned Petstore agent runtime --------- Co-authored-by: sjungwon03 <>
sjungwon03
added a commit
that referenced
this pull request
Jul 29, 2026
* ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> * fix(deps): adopt TypeMCP 0.2.2 remediation (#7) * chore: reconcile main release history into dev (#11) * release: publish verified TypeChain and TypeMCP examples (#1) Co-authored-by: sjungwon03 <> * release: promote audited MCP SDK graph to production (#5) * ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> --------- Co-authored-by: sjungwon03 <> * fix: retain published TypeMCP dependency contract * fix: remove obsolete reconciliation override * feat: add read-only Swagger Petstore agent examples (#16) * docs(planning): add Swagger Petstore agent plan * feat: add read-only Swagger Petstore client * feat: wrap read-only Petstore API in TypeMCP * feat: add TypeChain Petstore agent workflow * feat: add live Swagger Petstore demonstrations * feat: add real TypeChain Petstore agent factory (#22) * docs(planning): define real Petstore agent delivery * feat: add real TypeChain Petstore agent factory * docs: explain application-owned Petstore agent runtime * refactor: build Petstore TypeMCP HTTP agent example (#28) * docs: design real Petstore MCP agent example * docs(planning): detail Petstore MCP agent rewrite * feat: add loopback Petstore MCP runtime and client * feat: add TypeChain Petstore MCP agent * refactor: center examples on Petstore MCP agent * ci: verify Petstore MCP fixtures --------- Co-authored-by: sjungwon03 <>
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.
Summary
Adopt the published
@theorvane/type-mcp@0.2.2consumer remediation in the runnable examples application.^0.2.0declaration / 0.2.1 lockfile with^0.2.2and lock 0.2.2.Exact dependency graph
@theorvane/type-mcp@0.2.2 → @modelcontextprotocol/sdk@1.30.0 → @hono/node-server@2.0.12Verification
git diff --check✅Closes #6