release: publish verified TypeChain and TypeMCP examples - #1
Merged
Conversation
sjungwon03-ai
approved these changes
Jul 28, 2026
sjungwon03-ai
left a comment
Member
There was a problem hiding this comment.
Independent review — APPROVE at 225ffe8
Scope: initial dev→main release promotion for Theorvane/examples.
HEAD & CI
- Reviewed exact head
225ffe86d7af8e6ee9d655e892ba35621531ba6f. - Verify examples (run 30373875335): all 11 steps SUCCESS — lint, build, vitest, and all four
npm run example:*commands. - Release promotion (run 30373875752): all 6 steps SUCCESS — dev-source guard,
npm ci,npm run check. - Required
releaselabel present. No unresolved threads.
Source inspection (all files at exact HEAD)
- TypeChain tool definition — in-memory catalog, Zod schema, receiver-bound invocation. No I/O.
- TypeChain policy guard — application-owned approval/audit callback, local decision only. No external calls.
- TypeMCP server definition — decorator metadata +
createMcpServercompile check. No transport started. - TypeMCP→TypeChain bridge — in-process adapter via
createTypeMcpLangChainTools. No MCP client, no network. - Tests — four vitest specs execute examples as subprocesses and assert deterministic JSON.
Security & documentation
- No credentials, tokens, API keys,
.envreferences, or external model/API calls in any source file. - README boundaries section correctly states: application owns credentials, no model provider, no MCP transport, bridge is in-process only.
- CONTRIBUTING.md scope rules align with the above.
.gitignoreexcludes.env,.env.*,node_modules,dist.- Published packages confirmed on npm:
@theorvane/type-chain@0.1.1,@theorvane/type-mcp@0.2.0.
Workflows
- Both workflows use
permissions: contents: read(least privilege). release-promotion.ymlguardshead_ref = devbefore any checkout.
No blocking findings. Clean release promotion.
sjungwon03
added a commit
that referenced
this pull request
Jul 29, 2026
* 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
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
Initial release promotion for the public TypeChain and TypeMCP examples repository.
Exact source
225ffe86d7af8e6ee9d655e892ba35621531ba6fVerification
npm ci✅npm run check✅npm run example:*commands ✅dev✅