Skip to content

Releases: longphamdev/mcpo

Release list

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 08 Apr 03:04
8c8a35e

[0.0.9] - 2025-04-06

Added

  • 🧭 Clearer Docs Navigation with Path Awareness: Optimized the /docs and /[tool]/docs pages to clearly display full endpoint paths when using mcpo --config, making it obvious where each tool is hosted—no more guessing or confusion when running multiple tools under different routes.
  • 🛤️ New --path-prefix Option for Precise Routing Control: Introduced optional --path-prefix flag allowing you to customize the route prefix for all mounted tools—great for integrating mcpo into existing infrastructures, reverse proxies, or multi-service APIs without route collisions.
  • 🐳 Official Dockerfile for Easy Deployment: Added a first-party Dockerfile so you can containerize mcpo in seconds—perfect for deploying to production, shipping models with standardized dependencies, and running anywhere with a consistent environment.

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 06 Apr 02:12
3fdd5ef

[0.0.8] - 2025-04-03

Added

  • 🔒 SSL Support via '--ssl-certfile' and '--ssl-keyfile': Easily enable HTTPS for your mcpo servers by passing certificate and key files—ideal for securing deployments in production, enabling encrypted communication between clients (e.g. browsers, AI agents) and your MCP tools without external proxies.