Skip to content

Commit 6c0184e

Browse files
committed
feat(agents): add mcp config and instructions for design system
1 parent 672010e commit 6c0184e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.mcp.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"mcpServers": {
3+
"storybook": {
4+
"type": "http",
5+
"url": "http://localhost:6007/mcp"
6+
},
7+
"figma": {
8+
"type": "http",
9+
"url": "https://mcp.figma.com/mcp"
10+
},
11+
"notion": {
12+
"type": "sse",
13+
"url": "https://mcp.notion.com/sse"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)