-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json
More file actions
23 lines (23 loc) · 773 Bytes
/
Copy pathserver.json
File metadata and controls
23 lines (23 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$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 stdio, HTTP+SSE, and Streamable HTTP transport with automatic tool discovery.",
"version": "0.5.0",
"packages": [
{
"registryType": "pypi",
"identifier": "click-to-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
}
}
],
"repository": {
"type": "git",
"url": "https://github.com/Coding-Dev-Tools/click-to-mcp.git"
},
"license": "Apache-2.0",
"tags": ["mcp", "cli", "click", "typer", "devops", "automation"]
}