cloud-speech-to-text-api

cloud-speech-to-text-api

0

This project is a Multi-Agent Conversation Protocol Server, auto-generated for handling specific OpenAPI URLs. It offers features like linting, static type checking, and configurable server settings, supporting various transport modes.

MCP Server

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

Prerequisites

  • Python 3.9+
  • pip and uv

Installation

  1. Clone the repository.
  2. Install dependencies using pip or uv.

Development

  • Uses ruff for linting and formatting.
  • Uses mypy for static type checking.
  • Uses pytest for testing.

Running the Server

  • The server can be started using a script and supports different transport modes.
  • Can be configured using environment variables.

Building and Publishing

  • Uses Hatch for building and publishing.