Metadata-Version: 2.4
Name: create-mcp-app
Version: 1.0.4
Summary: CLI tool to bootstrap MCP (Model Context Protocol) server projects
Author: elliot-evno
Author-email: MCP Deploy Team <elliot@norrevik.ai>
License-Expression: MIT
Project-URL: Homepage, https://mcpdeployer.com
Project-URL: Repository, https://github.com/elliot-evno/create-mcp-app.git
Project-URL: Issues, https://github.com/elliot-evno/create-mcp-app/issues
Keywords: mcp,model-context-protocol,fastmcp,cli,scaffold
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: rich>=13.0.0
Requires-Dist: inquirer>=3.0.0
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# Create MCP App

Command-line tool to scaffold Model Context Protocol (MCP) servers with FastMCP.

## Usage

```bash
pip install create-mcp-app
create-mcp-app my-project
```

## Project Structure

```
my-project/
├── my_project/
│   ├── __init__.py
│   └── app.py
├── Dockerfile
├── requirements.txt
├── setup.py
├── README.md
└── .gitignore
```

## License

MIT
