Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
Loading