Releases: Theorvane/type-mcp
Releases · Theorvane/type-mcp
Release list
type-mcp v0.3.1
What's Changed
- fix: add CJS declarations for HTTP and LangChain exports by @sjungwon03 in #139
- chore(release): synchronize main before 0.3.1 promotion by @sjungwon03 in #141
- release: promote TypeMCP 0.3.1 to main by @sjungwon03 in #143
Full Changelog: v0.3.0...v0.3.1
type-mcp v0.3.0
What's Changed
- docs: add TypeMCP runtime selection guide by @sjungwon03 in #110
- chore: reconcile main ancestry before documentation release by @sjungwon03 in #112
- docs: promote runtime selection guide to main by @sjungwon03 in #114
- docs: add reference-first TypeMCP usage guides by @sjungwon03 in #117
- release: promote TypeMCP reference-first docs by @sjungwon03 in #119
- docs: add TypeMCP Petstore learning curriculum by @sjungwon03 in #121
- merge: synchronize main into dev for curriculum promotion by @sjungwon03 in #123
- release: promote TypeMCP Petstore curriculum to main by @sjungwon03 in #124
- fix: skip release reconciliation for verification-script changes by @sjungwon03 in #126
- release: promote TypeMCP release-safety fix to main by @sjungwon03 in #127
- docs: add Korean Start and Build curriculum translations by @sjungwon03 in #129
- feat: add legacy CJS decorator entrypoint by @sjungwon03 in #131
- chore(release): prepare 0.3.0 by @sjungwon03 in #133
- chore(release): synchronize main before 0.3.0 promotion by @sjungwon03 in #135
- release: promote TypeMCP 0.3.0 to main by @sjungwon03 in #137
Full Changelog: v0.2.2...v0.3.0
type-mcp v0.2.2
What's Changed
- fix(deps): remediate MCP SDK audit graph by @sjungwon03 in #106
- release: publish TypeMCP 0.2.2 audit remediation by @sjungwon03 in #108
Full Changelog: v0.2.1...v0.2.2
type-mcp v0.2.1
What's Changed
- release: publish TypeMCP as @theorvane/type-mcp by @sjungwon03 in #76
- docs: align public runtime guides with 0.2.0 by @sjungwon03 in #79
- docs: resolve main promotion conflicts for 0.2.0 by @sjungwon03 in #82
- release: promote published TypeMCP 0.2.0 guidance by @sjungwon03 in #84
- docs: align MVP guidance with published package by @sjungwon03 in #86
- ci: skip release reconciliation for docs-only pushes by @sjungwon03 in #90
- release: promote published MVP documentation guidance by @sjungwon03 in #88
- docs(brand): refresh README hero artwork by @sjungwon03 in #95
- fix(ci): restore reviewer label enforcement permissions by @sjungwon03 in #98
- chore(release): prepare provenance-attested 0.2.1 by @sjungwon03 in #101
- chore(release): reconcile main into dev by @sjungwon03 in #105
- release: promote TypeMCP 0.2.1 to main by @sjungwon03 in #103
Full Changelog: v0.2.0...v0.2.1
TypeMCP v0.2.0
@theorvane/type-mcp 0.2.0
Initial public release under the Theorvane npm scope.
Install:
npm install @theorvane/type-mcp@0.2.0This release provides strict TypeScript decorator declarations, MCP SDK compilation, stdio and Streamable HTTP adapters, plus tools-only LangChain integration. LangGraph composition remains consumer-owned.