superclaude-kiro 1.2.0 → 1.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superclaude-kiro",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "SuperClaude Framework for Kiro CLI - Easy installation for teams",
5
5
  "type": "module",
6
6
  "bin": {
@@ -101,7 +101,7 @@ export const MCP_SERVERS = {
101
101
  ],
102
102
  config: {
103
103
  command: 'npx',
104
- args: ['-y', '@morph-llm/morph-fast-apply'],
104
+ args: ['-y', '@morphllm/morphmcp'],
105
105
  autoApprove: ['edit_file']
106
106
  }
107
107
  }