We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/letsgomaslow/think'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•507 B
# Test Components
Disposable test components for evaluating design implementations.
## Purpose
- Test React/TypeScript component integrations without guidance
- Observe how external components interact with brand tokens
- Easy to delete when done testing
## Structure
```
test/
└── [component-name]/
├── [component-file].tsx
└── README.md (observations)
```
## Cleanup
Delete this entire folder when testing is complete.
No production dependencies should reference files here.