π¦
Fastmcp Agents Tests E2e
No description available
0 installs
Trust: 30 β Low
Devtools
Ask AI about Fastmcp Agents Tests E2e
Powered by Claude Β· Grounded in docs
I know everything about Fastmcp Agents Tests E2e. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Calculator Project
A simple calculator implementation in Python.
Features
- Basic arithmetic operations (add, subtract, multiply, divide)
- Operation history tracking
- Last result storage
Installation
pip install -r requirements.txt
Usage
from src.calculator import Calculator
calc = Calculator()
result = calc.add(2, 3) # Returns 5
Development
Running Tests
pytest tests/
Project Structure
.
βββ src/
β βββ calculator.py
βββ tests/
β βββ test_calculator.py
βββ requirements.txt
βββ README.md
TODO
- Add support for matrix operations
- Implement scientific calculator functions
- Add command-line interface
- Improve error handling
- Add more comprehensive tests
- Add type hints
- Add documentation for all methods
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests
- Submit a pull request
License
MIT
