diff --git a/README.md b/README.md index 7a1e9a1..2f9eac5 100644 --- a/README.md +++ b/README.md @@ -386,7 +386,7 @@ Then agents can use it as: `your-cli mcp` git clone https://github.com/Coding-Dev-Tools/click-to-mcp cd click-to-mcp pip install -e ".[dev,http]" -python -m pytest tests/ -v # 23 tests (12 stdio + 11 HTTP) +python -m pytest tests/ -v # 68 tests (stdio + HTTP + Streamable HTTP) click-to-mcp demo # starts MCP stdio server for demo CLI click-to-mcp demo-http # starts MCP HTTP+SSE server on port 8000 ``` diff --git a/server.json b/server.json index b7cb440..111e85a 100644 --- a/server.json +++ b/server.json @@ -2,7 +2,7 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.coding-dev-tools/click-to-mcp", "title": "Click to MCP", - "description": "Auto-wrap Python Click or Typer CLI tools as MCP servers — zero-code transformation. Supports FastMCP, stdio, and SSE transport with automatic tool discovery.", + "description": "Auto-wrap Python Click or Typer CLI tools as MCP servers — zero-code transformation. Supports stdio, HTTP+SSE, and Streamable HTTP transport with automatic tool discovery.", "version": "0.5.0", "packages": [ {