project-iris 0.6.0 → 0.6.2

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.
@@ -211,7 +211,7 @@ If a story has `figma_frames` (array of Figma URLs), use Figma MCP to fetch desi
211
211
  **Figma MCP Integration:**
212
212
 
213
213
  Use the Figma MCP tool to read design specifications. The MCP server is configured via:
214
- `claude mcp add figma --transport http --url https://mcp.figma.com/mcp`
214
+ `claude mcp add --transport http figma https://mcp.figma.com/mcp`
215
215
 
216
216
  ### 4c-1. Extract Design Specs (Per Frame)
217
217
 
@@ -377,7 +377,7 @@ After determining flows (from any source), build the interaction map:
377
377
  1 - Continue using ui-patterns.md guidelines (design may not match)
378
378
  2 - Stop and configure Figma MCP first
379
379
 
380
- To configure: Run `claude mcp add figma --transport http --url https://mcp.figma.com/mcp`
380
+ To configure: Run `claude mcp add --transport http figma https://mcp.figma.com/mcp`
381
381
  Then authenticate via `/mcp` in Claude Code.
382
382
  ```
383
383
 
@@ -6,7 +6,7 @@
6
6
  const FIGMA_MCP = {
7
7
  name: 'figma',
8
8
  url: 'https://mcp.figma.com/mcp',
9
- transport: 'http',
9
+ transport: 'sse',
10
10
  description: 'Figma design collaboration tool'
11
11
  };
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-iris",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {