We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
RULE.md•475 B
# Charting
## Style Guide
- Use recharts as the charting library
- Apply defaults from `src/components/chart/defaults.tsx` for consistent styling
- Define chart colors semantically in `src/GlobalStyles.tsx`
## Canonical Example
See `src/components/chart/` for examples of chart implementations.
## Workflow
1. Import recharts components
2. Apply defaults from `defaults.tsx`
3. Use semantic color variables from GlobalStyles
4. Follow existing chart component patterns