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
apps
saas
app
(auth)
dashboard
user
profile
apps/saas/app/(auth)/dashboard/user/profile/components
apps/saas/app/(auth)/dashboard/user/profile/actions.schema.ts
apps/saas/app/(auth)/dashboard/user/profile/actions.ts
apps/saas/app/(auth)/dashboard/user/profile/page.tsx
import { z } from "zod"; export const profileFormSchema = z.object({ name: z.string().min(3).max(40), email: z.string().email(), });