Metadata-Version: 2.4
Name: mcpdock
Version: 1.0.21
Summary: Python CLI for managing MCP servers
Author-email: dw <qindongwoxin@gmail.com>
Project-URL: Homepage, https://github.com/yourusername/py-mcpdock-cli
Project-URL: Bug Tracker, https://github.com/yourusername/py-mcpdock-cli/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0.0
Requires-Dist: questionary>=1.10.0
Requires-Dist: rich>=12.0.0
Requires-Dist: asyncio>=3.4.3
Requires-Dist: mcp
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: filelock>=3.18.0
Requires-Dist: typer>=0.12.4
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: websockets>=15.0.1

# MCP CLI Python Implementation

This is a Python implementation of the Model Context Protocol (MCP) command-line tool.

