-
#1400
29cf9f0Thanks @rezrah! - Improves guidance and examples delivered through the Primer Brand MCP tools:- Improves guidance delivered through the
primer_brand_reviewtool. - Cleaner output from the
primer_brand_examplestool. - Add new page design guidance advising that
Riverdescriptions are limited to 160 characters and the default50:50image-to-text ratio is preferred. - Improved guidance on imagery used in
HeroandRivercomponents
- Improves guidance delivered through the
-
#1395
42b27eeThanks @rezrah! - Expanded theprimer_brand_page_designguidance with clearer instructions on:- containing content within the gridline column
- preserving typographic hierarchy
- respecting icon color rules
-
#1384
d117f36Thanks @rezrah! - Added@primer/brand-mcp, a Model Context Protocol (MCP) server that helps AI agents use Primer Brand correctly when building GitHub marketing and landing pages.It exposes version-aware tools like:
primer_brand_setupprimer_brand_page_designprimer_brand_componentprimer_brand_examplesprimer_brand_tokensprimer_brand_assetprimer_brand_docsprimer_brand_review
These tools read the
@primer/react-brandpackage that you already have installed and validates JSX and CSS against Primer design system conventions during agentic development.Add it to your MCP client using
npx @primer/brand-mcp.For Copilot CLI, add the following to your
~/.copilot/mcp-config.json:{ "mcpServers": { "primer-brand": { "type": "local", "command": "npx", "args": ["@primer/brand-mcp@latest"], "tools": ["*"] } } }