Discovery Engine API
Exposes the Google Discovery Engine API as a Multi-Agent Conversation Protocol (MCP) server.
关于
This project functions as an auto-generated Multi-Agent Conversation Protocol (MCP) server, designed specifically to interface with the Google Discovery Engine API. It translates the OpenAPI specification of the Discovery Engine into an MCP-compliant interface, enabling seamless and standardized communication for multi-agent systems. This facilitates programmatic interaction with the Discovery Engine API, making it an ideal solution for integrating intelligent agents into information retrieval and knowledge graph applications.
主要功能
- Supports multiple transport modes including stdio, SSE, and streamable-HTTP
- Utilizes Hatch for streamlined project building and publishing
- Configurable via environment variables or JSON configuration files
- Auto-generated using AG2's MCP builder for rapid deployment
- Includes comprehensive development tooling: linting, formatting, static analysis (ruff, mypy, bandit, semgrep)
- 0 GitHub stars
使用案例
- Integrating multi-agent systems with the Google Discovery Engine API
- Developing and testing agent-based applications that require Discovery Engine access via MCP
- Standardizing API interactions for conversational AI or intelligent agent workflows