Skip to content

Latest commit

 

History

History
156 lines (128 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

156 lines (128 loc) · 15.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.11 (2025-03-30)

Features

  • implement resources/templates/list handler (ff73ff0)
  • implement resources/templates/list handler (0dabfc0)

0.2.10 (2025-03-30)

Features

  • add optional skip install param (d77e6e9)
  • add optional skip install param (318dbc7)
  • add skip example option to cli (df733f9)
  • add skip example option to cli (c02809f)

Bug Fixes

  • Fixes ESLint 'no-case-declarations' error in HTTP transport by adding block scope to the default switch case. (25ed8e6)
  • make ping conform with the spec (aa46eb8)
  • transports: Conform SSE/HTTP streams to MCP spec and improve logging (9d9ef2a)
  • transports: follow spec guideline (208599d)

0.2.9 (2025-03-29)

Features

Bug Fixes

  • close sse stream after post (eef96b4)
  • close sse stream after post (d6ea60d)
  • 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)
  • import path utilities to resolve build errors (5a7672c)
  • import path utilities to resolve build errors (534d0de)
  • project validation not working on windows (fc506d3)

0.2.8 (2025-03-28)

Features

Bug Fixes

[Unreleased]