cloud-talent-solution-api
If you are the rightful owner of cloud-talent-solution-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 by Google APIs. It is built using Python and requires Python 3.9+ along with pip and uv for installation. The server supports different transport modes such as stdio and sse, and can be configured using environment variables or a JSON configuration file. The project includes tools for development such as ruff for linting and formatting, mypy for static type checking, and pytest for testing. Pre-commit hooks are also set up to ensure code quality before commits. The server can be started using a main script and is capable of being built and published using Hatch.
Features
- Multi-Agent Conversation Protocol support
- Configurable via JSON and environment variables
- Supports stdio and sse transport modes
- Includes development tools for linting, formatting, and testing
- Pre-commit hooks for code quality assurance