cbb-v3-stats

cbb-v3-stats

3.2

If you are the rightful owner of cbb-v3-stats and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is an MCP (Multi-Agent Conversation Protocol) Server for the given OpenAPI URL, auto-generated using AG2's MCP builder.

The MCP Server is designed to facilitate multi-agent conversation protocols by leveraging the OpenAPI specifications provided by sportsdata.io. It is built using Python and requires version 3.9 or higher. The server is capable of handling different transport modes such as stdio and sse, and can be configured using environment variables for flexibility. The project includes tools for linting, static analysis, and testing to ensure code quality and reliability. It also supports pre-commit hooks to automate code checks before committing changes. The server can be started using a main script and is configurable through JSON files or strings. Additionally, the project uses Hatch for building and publishing, making it easy to distribute and deploy.

Features

  • Multi-Agent Conversation Protocol support
  • Configurable transport modes (stdio, sse)
  • Environment variable-based configuration
  • Pre-commit hooks for automated code checks
  • Hatch-based build and publish system