custom-workflow-actions
If you are the rightful owner of custom-workflow-actions 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 is a robust and versatile server designed to facilitate multi-agent conversations using the Multi-Agent Conversation Protocol (MCP). It is specifically tailored for the OpenAPI URL: https://api.apis.guru/v2/specs/hubapi.com/automation/v4/openapi.json. The server is built using Python 3.9+ and leverages various tools for development, testing, and deployment. It supports different transport modes such as stdio, sse, and streamable-http, making it adaptable to various communication needs. The server is equipped with pre-commit hooks, static analysis tools, and a comprehensive testing suite to ensure code quality and reliability. Additionally, it offers configuration flexibility through environment variables, allowing users to customize the server's behavior according to their requirements. The project also includes scripts for building, publishing, and maintaining the server, making it a complete solution for developers looking to implement MCP in their applications.
Features
- Supports multiple transport modes including stdio, sse, and streamable-http.
- Utilizes ruff for linting and formatting, ensuring code quality.
- Incorporates mypy for static type checking and pytest for testing.
- Offers configuration flexibility through environment variables.
- Includes pre-commit hooks for automated code checks before commits.