@worldresources/wri-design-systems 2.191.15 → 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.
@@ -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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.191.15",
3
+ "version": "2.191.17",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",