Skip to content

v0.7.1 — SSE/HTTP Transport for Enterprise HTTPS Deployment

Latest

Choose a tag to compare

@LGDiMaggio LGDiMaggio released this 11 Mar 11:13
· 31 commits to main since this release

What's New

Enterprise HTTPS deployment — The server now supports SSE and Streamable-HTTP transports, enabling Microsoft Copilot Studio and other networked MCP clients to connect via HTTPS.

Added

  • SSE & Streamable-HTTP transport--transport sse|streamable-http CLI flag (or MCP_TRANSPORT env var) with configurable --host / --port
  • Docker Compose + Caddy — One-command deployment with automatic Let's Encrypt HTTPS certificates
  • Deployment guide — New docs/DEPLOYMENT.md covering Docker, Caddy, nginx, Azure, and Copilot Studio integration
  • sse optional dependencypip install predictive-maintenance-mcp[sse] installs uvicorn

Changed

  • Dockerfile rebuilt for SSE default (uvicorn, EXPOSE 8000)
  • README updated with enterprise features and deployment documentation

Quick Start (SSE mode)

# Local
predictive-maintenance-mcp --transport sse --host 0.0.0.0 --port 8080

# Docker
docker compose up -d

Full Changelog: v0.7.0...v0.7.1