Skip to main content
Glama

shadcn-vue-mcp

component-quality-check

Validate Vue component quality, ensuring compliance with accessibility, performance, and best practices. Analyze component code to provide detailed feedback for optimization and adherence to standards.

Instructions

Automatically check Vue component quality and provide detailed feedback. Use this tool when you need to validate component quality, accessibility, performance, and best practices compliance. or when mentions /check.

Input Schema

NameRequiredDescriptionDefault
componentCodeYescode of the component from component-builder tool

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "componentCode": { "description": "code of the component from component-builder tool", "type": "string" } }, "required": [ "componentCode" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HelloGGX/shadcn-vue-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server