-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
34 lines (34 loc) · 1.06 KB
/
Copy pathplugin.json
File metadata and controls
34 lines (34 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "armorial",
"version": "0.7.0",
"description": "Select and render project-aware IconPark SVGs through tools or a visual picker.",
"author": {
"name": "openAdam"
},
"license": "Apache-2.0",
"keywords": [
"icons",
"svg",
"iconpark",
"design-system",
"mcp-app"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Armorial",
"shortDescription": "Choose project-aware icons without redrawing.",
"longDescription": "Search and render the pinned IconPark collection through one design-system-aware kernel. Use the visual picker when a human wants to compare and choose, or use the direct tools for deterministic Agent workflows.",
"developerName": "openAdam",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read"
],
"defaultPrompt": [
"Choose an IconPark icon for this UI action using the project defaults.",
"Open the visual icon picker for this intent.",
"Replace this hand-drawn SVG with an approved icon."
]
}
}