bets-api

bets-api

3.2

If you are the rightful owner of bets-api 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 conversations by leveraging the OpenAPI specifications provided at a given URL. 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, making it versatile for various applications. The server's configuration can be customized using JSON files or environment variables, allowing for flexible deployment in different environments. The project also includes tools for linting, static analysis, and testing, ensuring high code quality and reliability. Additionally, it supports pre-commit hooks to automate code checks before commits, and uses Hatch for building and publishing the project.

Features

  • Multi-Agent Conversation Protocol support
  • Configurable transport modes (stdio, sse)
  • Customizable configuration via JSON and environment variables
  • Integrated linting, static analysis, and testing tools
  • Pre-commit hooks for automated code checks