@cooperco/component-library-mcp-server 0.1.121 → 0.1.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ const COMPONENT_DESCRIPTIONS = {
|
|
|
6
6
|
CarouselModule: 'Carousel/slider for content collections with navigation controls',
|
|
7
7
|
ContainerModule: 'Layout container with start/end content slots (Centered/Hero variants)',
|
|
8
8
|
ContentModule: 'Rich text content block with headline, body copy, and CTAs',
|
|
9
|
-
ContainerCollectionModule: 'Collection of
|
|
9
|
+
ContainerCollectionModule: 'Collection of SplitModule stat rows with a headline',
|
|
10
10
|
CTA: 'Call-to-action button/link (fill, outline, link, logo types)',
|
|
11
11
|
FooterNavigation: 'Footer navigation with grouped links',
|
|
12
12
|
FooterCopyright: 'Footer copyright text and legal links',
|
|
@@ -15,7 +15,7 @@ const COMPONENT_DESCRIPTIONS = {
|
|
|
15
15
|
LogoCollectionModule: 'Grid of logo images',
|
|
16
16
|
NavigationElement: 'Navigation link item with optional icon',
|
|
17
17
|
PrimaryNavigation: 'Top-level navigation bar',
|
|
18
|
-
SplitModule: '
|
|
18
|
+
SplitModule: 'Stat row with an image, header, and body copy; variant selects the layout (2 Section, 3 Section, Background Image). Collection-only child of ContainerCollectionModule',
|
|
19
19
|
TestimonialModule: 'Testimonial with quote, author, and media',
|
|
20
20
|
TileCollectionModule: 'Grid/collection of tile components',
|
|
21
21
|
TileContentIconTile: 'Tile with icon, headline, and body',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cooperco/component-library-mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.122",
|
|
4
4
|
"description": "MCP server for the Cooper Component Library. Provides component documentation, prop inspection, color palette info, and scaffolding tools for AI assistants.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|