workflows-api

workflows-api

3.2

If you are the rightful owner of workflows-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 designed for the OpenAPI URL provided, auto-generated using AG2's MCP builder.

The MCP Server project is a robust implementation of the Multi-Agent Conversation Protocol, specifically tailored for the OpenAPI specification available at the given URL. It is designed to facilitate seamless communication between multiple agents by leveraging the OpenAPI framework. The server is built using Python 3.9+ and incorporates various development tools such as ruff for linting and formatting, mypy for static type checking, and pytest for testing. The server supports multiple transport modes, including stdio, sse, and streamable-http, making it versatile for different communication needs. The project is structured to allow easy installation and setup, with scripts provided for dependency management, testing, and static analysis. Additionally, it includes pre-commit hooks to ensure code quality and consistency. The server can be configured using environment variables, allowing for flexible deployment in various environments.

Features

  • Supports multiple transport modes: stdio, sse, and streamable-http.
  • Utilizes ruff for linting and formatting, ensuring code quality.
  • Incorporates mypy for static type checking, enhancing code reliability.
  • Includes pre-commit hooks for maintaining code consistency.
  • Configurable via environment variables for flexible deployment.