An MCP Server coded in Python and implemented as Azure Functions, exposing LLM endpoints (like Azure OpenAI) intended to be consumed via GitHub Copilot Chat.
- Minimal, maintainable, and production-ready design
- Canonical handler layer for easy LLM provider extension
- Secure, Azure-only deployment (no local emulator)
- Atomic, testable, and observable endpoints
- Clone the repo
- See
scratchpad/design-considerations.mdfor architecture and implementation plan - Follow the Implementation Plan phases for setup and deployment
- Design & Architecture: See
scratchpad/design-considerations.md - Contributing: See
CONTRIBUTING.md - Code of Conduct: See
CODE_OF_CONDUCT.md
- Open issues for bugs, questions, or feature requests
- PRs welcome! Please read the contributing guidelines first