Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 1.07 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.

Added

  • Multi-server support with independent configuration
  • Twitter MCP server integration
  • Firecrawl server integration
  • SSE server support
  • Comprehensive error handling and logging
  • TypeScript type definitions
  • GitHub Actions for testing and publishing

Changed

  • Updated Node.js requirement to v20.x
  • Improved server cleanup process
  • Enhanced error handling for server connections

Fixed

  • Process termination issues during cleanup
  • Server connection retry logic
  • Tool registration timing issues

0.1.0 - 2024-02-05

Added

  • Initial release
  • Basic MCP server support
  • Configuration system
  • Tool execution framework
  • Documentation