Project Overview
This is a Python-based project that leverages MCP and Claude desktop interface for generating test scenarios derived from the user stories uploaded in Claude desktop.
Project Structure
The project has the following top-level files and directories:
.env: Configuration file for environment variables..git/: Git version control directory (internal use)..gitignore: Specifies files and directories to ignore in Git..python-version: Specifies the Python version for the project..venv/: Python virtual environment directory.README.md: Project overview and documentation.main.py: Main entry point for the application.pyproject.toml: Python project configuration and dependencies.requirements.txt: Project dependencies (legacy format).server.py: Server implementation for the application.uv.lock: Lock file for the UV package manager.
Contributing
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.