@betterhyq/custom-tag-classify-mcp
v1.0.6
Published
A Model Context Protocol server that classifies Vue tags into common UI components and common service components
Readme
Custom Tag Classify
Usage
Install the package:
# npm
npm installg @betterhyq/custom-tag-classify-mcp
# yarn
yarn addg @betterhyq/custom-tag-classify-mcp
# pnpm
pnpm addg @betterhyq/custom-tag-classify-mcp
# bun
bun installg @betterhyq/custom-tag-classify-mcp
# deno
deno installg npm:@betterhyq/custom-tag-classify-mcpNPX Cursor Config
{
"mcpServers": {
"custom-tag-classify": {
"command": "npx",
"type": "stdio",
"transportType": "stdio",
"args": [
"-y",
"custom-tag-classify"
]
}
}
}Http Cursor Config
start the service locally
custom-tag-classify --http --port=4000set the config
{
"mcpServers": {
"custom-tag-classify": {
"url": "http://0.0.0.0:4000/sse",
"type": "sse",
"transportType": "sse"
}
}
}License
Published under the MIT license. Made by community 💛
🤖 auto updated with automd
