Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Oct 7, 2025

🤖 I have created a release beep boop

0.2.16 (2025-10-07)

Features

  • add .gitignore on project creation (f8b6ea6)
  • add .gitignore on project creation (87ed7de)
  • add auth (6338d14)
  • add Base Tool (6b51594)
  • add BaseLoader (b725f84)
  • add basic sse support (e8b808f)
  • add build before start. this one is for you, vibe coders ;) (fa43fa8)
  • add cli tool (91101ee)
  • add cors configuration (5d3f27f)
  • add execa (4d44864)
  • add execa (d68cfb6)
  • add find-up (09c767f)
  • add find-up (9f90df9)
  • add GitHub Actions workflow for npm publishing (9204ba0)
  • Add HTTP Stream transport with improved session handling and CORS support (04ff8a5)
  • add image support (ab023ba)
  • add image support (9c8ca20)
  • add index (62873b9)
  • add keywords to package (95ea9a7)
  • add license (53cfb2e)
  • add license (a88663a)
  • Add LICENSE (2d3612a)
  • add linting (e71ebb5)
  • add linting (181e634)
  • add logging (d637a65)
  • add mcp-build cli (27cb517)
  • add MCPServer (807f04d)
  • add MCPTool abstraction (4d5fb39)
  • add MCPTool abstraction (3458e78)
  • add nested tool loading (5fb42e6)
  • add new tool abstraction (b12fd17)
  • add optional skip install param (d77e6e9)
  • add optional skip install param (318dbc7)
  • add parameterless prompt execution support with defaults and auto-generated values (dc460f1)
  • add prompt capabilities (9ca6a0f)
  • add prompt capabilities (019f409)
  • add readme (752024e)
  • add README (b0a371c)
  • add release-please workflow (eb6c121)
  • add release-please workflow (5a89670)
  • add resources support (e8b03d4)
  • add sdk version logging (8a05c48)
  • add sdk version logging (bb716db)
  • add skip example option to cli (df733f9)
  • add skip example option to cli (c02809f)
  • add sse resumability (4b47edb)
  • add sse resumability (e20b7cc)
  • add support for nested automatic discovery (a0c3dff)
  • add toolLoader (a44ffe7)
  • add typescript dependencies (0ade3dc)
  • bump mcp ts sdk version (d9cc845)
  • bump up version (85624c6)
  • bump version (0d88a0f)
  • bump version (e227702)
  • bump version (33b1776)
  • bump version (a0e5a38)
  • bump version (ea3085d)
  • bump version (ddf74f6)
  • bump version (4c04edb)
  • bump version (0e6a21b)
  • bump version (1d1cfef)
  • bump version number (3a7f329)
  • enforce node version 20 (8f1466a)
  • enforce node version 20 (bf4a4bb)
  • enhanced cursor rule with example (d3b54d4)
  • fix directory validation issue (bf0e0d4)
  • fix directory validation issue (bc6ab31)
  • HTTP stream transport implementation (v0.2.0-beta.16) (d29fb5f)
  • implement resources/templates/list handler (ff73ff0)
  • implement resources/templates/list handler (0dabfc0)
  • improve error handling for sse (a5644af)
  • improve error handling for sse (ba1646b)
  • lower node version to 18 (77c8d1b)
  • make the mcp server config optional (9538626)
  • make toolLoader load tools automatically (16f2793)
  • read default name and version from package json (b5789af)
  • refactor SSE transport for multiple connections and add prepare script (30fc864)
  • remove vibe coder contingency (36bbc88)
  • replace custom implementation with sdk delegation (1b5b8e7)
  • sse: add session ID handling for connections (94d48cf)
  • update gitignore (1823548)
  • update readme (ac3725a)
  • update readme (06af3b8)
  • update readme (e739ff6)
  • update README (6c1efcd)
  • update tool abstraction in README (0c40512)
  • upgrade tool loader (2b066e6)

Bug Fixes

  • add release-please manifest file (14bd878)
  • build error (adc7e48)
  • build errors with mcp-build (27c255b)
  • build errors with mcp-build (dc5b56e)
  • build issues (2a3d12d)
  • cli build issues (f84266a)
  • close sse stream after post (eef96b4)
  • close sse stream after post (d6ea60d)
  • concurrency (484e3db)
  • detect tools capability using toolLoader (c5d34a5)
  • detect tools capability using toolLoader (1e4c71f)
  • enforce that initialize request cannot be part of JSON-RPC batch (452740c)
  • enforce that initialize request cannot be part of JSON-RPC batch (6cccf54)
  • execa (641614d)
  • execa (e520f27)
  • Fixes ESLint 'no-case-declarations' error in HTTP transport by adding block scope to the default switch case. (25ed8e6)
  • follow spec (b9420c4)
  • follow spec (938a13b)
  • gitignore indent (4e03fa3)
  • gitignore indent (69e7afa)
  • http transport uses same tool loading (0d0a8d8)
  • http transport uses same tool loading (7ff3c11)
  • import path utilities to resolve build errors (5a7672c)
  • import path utilities to resolve build errors (534d0de)
  • make ping conform with the spec (aa46eb8)
  • multi client (effbb13)
  • multi client (4019e11)
  • node spawning issue (8b5d4fa)
  • phantom ping issue (7f4b423)
  • phantom ping issue (a0ef753)
  • Prevent duplicate builds by removing prepare script (3584959)
  • project validation not working on windows (fc506d3)
  • project validation not working on windows (bb69a08)
  • properly support required/optional tool input schema (1583603)
  • properly support required/optional tool input schema (26e0ff9)
  • recursive loading (5b3208f)
  • recursive loading (a34bc6a)
  • remove findup (f281451)
  • remove findup (be6f5b0)
  • remove project name (40789f3)
  • remove project name (6e89e31)
  • remove redundant prepare script from package.json and create.ts (1ddff3f)
  • scope (84b72f6)
  • session id for initialization (2743eaf)
  • session id for initialization (061d152)
  • sse reconnect issues (fad62e3)
  • tool loader base dir (636807c)
  • tool loader base dir (aa035a0)
  • transports: Conform SSE/HTTP streams to MCP spec and improve logging (9d9ef2a)
  • transports: follow spec guideline (208599d)
  • tsc during project creation bug (eb3a7bf)
  • tsc during project creation bug (2177d3e)
  • tsconfig not found (4d2062f)
  • tsconfig not found (ec87841)
  • update tool loader pathing (5151aff)
  • update tool loader pathing (f048ecd)
  • wrong index created (b6f186c)
  • wrong index created (1c6f9ef)

This PR was generated with Release Please. See documentation.

@github-actions
Copy link
Author

github-actions bot commented Oct 7, 2025

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants