@worldresources/wri-design-systems 2.191.16 → 2.191.17
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.
- package/agents/setup-ai.mjs +8 -0
- package/package.json +1 -1
package/agents/setup-ai.mjs
CHANGED
|
@@ -115,6 +115,10 @@ const MCP_STORYBOOK_URL = 'https://wri.github.io/wri-design-systems/index.json'
|
|
|
115
115
|
|
|
116
116
|
const mcpCursor = {
|
|
117
117
|
mcpServers: {
|
|
118
|
+
figma: {
|
|
119
|
+
url: 'https://mcp.figma.com/mcp',
|
|
120
|
+
type: 'http',
|
|
121
|
+
},
|
|
118
122
|
'wri-storybook': {
|
|
119
123
|
command: 'npx',
|
|
120
124
|
args: ['-y', 'storybook-mcp@latest'],
|
|
@@ -129,6 +133,10 @@ const mcpCursor = {
|
|
|
129
133
|
|
|
130
134
|
const mcpVSCode = {
|
|
131
135
|
servers: {
|
|
136
|
+
figma: {
|
|
137
|
+
type: 'http',
|
|
138
|
+
url: 'https://mcp.figma.com/mcp',
|
|
139
|
+
},
|
|
132
140
|
'wri-storybook': {
|
|
133
141
|
type: 'stdio',
|
|
134
142
|
command: 'npx',
|