We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinsey/vizro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•415 B
"""Vizro-AI agents.
This module contains [pre-configured Pydantic AI agents](https://ai.pydantic.dev/agents/).
Below you can find a list of all agents available and their respective response models/types instructions.
For more information on how to use those agents, see the
[Pydantic AI agents documentation](https://ai.pydantic.dev/agents/).
"""
from ._chart_agent import chart_agent
__all__ = ["chart_agent"]