Metadata-Version: 2.4
Name: mcp-setup-assist
Version: 0.6.0
Summary: An MCP setup assistant package
Author-email: Christian Ekiza <ekiza23@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/Eki23/mcp-setup-assistant
Project-URL: Repository, https://github.com/Eki23/mcp-setup-assistant
Project-URL: BugTracker, https://github.com/Eki23/mcp-setup-assistant/issues
Keywords: mcp,setup,assistant
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: codebase-memory-mcp
Requires-Dist: requests
Dynamic: license-file

# mcp-setup-assistant

An MCP setup assistant package that helps you scaffold and configure MCP (Model Context Protocol) projects.

## Features

- Simple CLI interface for creating MCP projects.
- Automatic generation of project structure and configuration files.
- Extensible via MCP servers and tools.

## Installation

```bash
pip install mcp-setup-assistant
```

## Usage

```bash
mcp-setup-assistant init my-project
```

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
