Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
@ragrabbit/mcp
by
madarco
Verified
npm
GitHub
Search
Research & Data
TypeScript
MIT License
3
19
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
packages
design
turbo
generators
templates
packages/design/turbo/generators/templates/component.hbs
export const {{ pascalCase name }} = ({ children }: { children: React.ReactNode }) => { return ( <div> <h1>{{ pascalCase name }} Component</h1> {children} </div> ); };