Skip to content

Commit a0761ff

Browse files
authored
feat(figma-to-slice): stable mcp server (#1726)
1 parent 8a7848f commit a0761ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/manager/src/managers/customTypes/CustomTypesManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,8 @@ FINAL REMINDERS:
861861
prismic: {
862862
type: "stdio",
863863
command: "npx",
864-
args: ["-y", "@prismicio/mcp-server@0.0.20-alpha.6"],
864+
// keep using the latest patch version
865+
args: ["-y", "@prismicio/mcp-server@0.0"],
865866
},
866867
},
867868
abortController,

0 commit comments

Comments
 (0)