@regle/mcp-server
MCP (Model Context Protocol) Server for Regle - providing AI-powered assistance for Vue form validation.
Usage with AI Assistants
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"regle": {
"command": "npx",
"args": ["@regle/mcp-server"]
}
}
}
Cursor
Or add to your MCP settings:
{
"mcpServers": {
"regle": {
"command": "npx",
"args": ["@regle/mcp-server"]
}
}
}
Development
# Install dependencies
pnpm install
# Run in development mode
pnpm dev
# Build
pnpm build
# Type check
pnpm typecheck
License
MIT