skill categroy

This commit is contained in:
朱潮 2026-05-26 20:32:41 +08:00
parent 022781b145
commit 96585886f8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "data-dashboard", "name": "data-dashboard",
"description": "Renders data as an interactive dashboard card UI using the mcp-ui protocol.", "description": "Renders data as an interactive dashboard card UI using the mcp-ui protocol.",
"category": "Data & Retrieval", "category": "Interactive UI",
"hooks": { "hooks": {
"PrePrompt": [ "PrePrompt": [
{ {

View File

@ -19,5 +19,5 @@
] ]
} }
}, },
"category": "Data & Retrieval" "category": "Interactive UI"
} }