my-business-lodging-api
0
This is an MCP server project designed to support Multi-Agent Conversation Protocols. Its installation requires Python 3.9 and features automated scripts for linting, testing, and building. The server can run in various modes and is customizable through environment variables.
ruff
For code checking and formatting
mypy
For static type checking
pytest
Used to run tests and generate coverage reports
bandit
Used for security vulnerability scanning
semgrap
For code pattern matching and static analysis
Hatch
For project construction and release