Skip to content

fix(deps): adopt TypeMCP 0.2.2 remediation - #7

Merged
sjungwon03 merged 1 commit into
devfrom
fix/6-adopt-typemcp-022
Jul 29, 2026
Merged

fix(deps): adopt TypeMCP 0.2.2 remediation#7
sjungwon03 merged 1 commit into
devfrom
fix/6-adopt-typemcp-022

Conversation

@sjungwon03

Copy link
Copy Markdown
Member

Summary

Adopt the published @theorvane/type-mcp@0.2.2 consumer remediation in the runnable examples application.

  • Replace the stale TypeMCP ^0.2.0 declaration / 0.2.1 lockfile with ^0.2.2 and lock 0.2.2.
  • Remove the obsolete nested npm override: it was only a local workaround before TypeMCP published the consumer-enforceable dependency graph.
  • Keep a focused test for the direct TypeMCP declaration and resolved SDK/Hono graph.
  • Correct README security guidance and package version information.

Exact dependency graph

@theorvane/type-mcp@0.2.2 → @modelcontextprotocol/sdk@1.30.0 → @hono/node-server@2.0.12

Verification

  • focused red test before the manifest update ✅
  • lint, typecheck, format check, full tests (5/5) ✅
  • all four runnable examples ✅
  • production audit after clean install: 0 vulnerabilities ✅
  • git diff --check

Closes #6

@sjungwon03 sjungwon03 added the dependencies Dependency management label Jul 29, 2026
@sjungwon03 sjungwon03 self-assigned this Jul 29, 2026
@sjungwon03
sjungwon03 requested a review from sjungwon03-ai July 29, 2026 00:02

@sjungwon03-ai sjungwon03-ai left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Comment thread package.json
Comment thread package-lock.json
Comment thread test/dependency-security.test.ts
Comment thread README.md
@sjungwon03
sjungwon03 merged commit db7088f into dev Jul 29, 2026
1 check passed
@sjungwon03
sjungwon03 deleted the fix/6-adopt-typemcp-022 branch July 29, 2026 00:07
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 <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency management

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adopt published TypeMCP 0.2.2 audit remediation in examples

2 participants