Apod
0
Generates a Multi-Agent Conversation Protocol (MCP) server for the NASA Astronomy Picture of the Day API.
소개
This project implements a Multi-Agent Conversation Protocol (MCP) server, specifically tailored to interact with the NASA Astronomy Picture of the Day (APOD) API. Auto-generated by AG2's MCP builder, it enables structured multi-agent conversations and integrations using the APOD OpenAPI specification. Developers can use it as a foundation for building applications that leverage the APOD API within a multi-agent framework, providing a standardized access point for agent-based systems.
주요 기능
- Auto-generated Multi-Agent Conversation Protocol (MCP) server from OpenAPI specification
- Supports multiple transport modes including stdio, SSE, and streamable-HTTP
- Configurable via environment variables for flexible deployment and security
- Includes comprehensive testing with Pytest and coverage reports
- Integrates development tools like Ruff for linting and formatting, MyPy for static type checking
- 0 GitHub stars
사용 사례
- Developing multi-agent applications that interact with the NASA Astronomy Picture of the Day API
- Creating a standardized, agent-accessible interface for specific OpenAPI specifications
- Providing a foundation for building custom multi-agent systems that consume external APIs