Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 840 Bytes

File metadata and controls

30 lines (21 loc) · 840 Bytes

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.

[Unreleased]

Added

  • Initial release of MCP-Python template
  • Full MCP server implementation with OAuth support
  • Docker and Helm deployment configurations
  • Comprehensive test suite with 100% coverage
  • Benchmarking for performance monitoring
  • GitHub Pages documentation site
  • Automated CI/CD with badges

Changed

  • Migrated from Go (MCP Forge) to Python implementation

Technical Details

  • Python 3.11+ support
  • FastAPI-based HTTP server with streaming
  • JWT validation with local/external strategies
  • TOML configuration
  • Ruff linting and Pyright type checking