You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/src/utils/template.ts
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -590,9 +590,39 @@ When you run \`npm run studio\`, it will:
590
590
1. Start a local CouchDB instance for temporary editing
591
591
2. Load your course data from \`public/static-courses/\`
592
592
3. Launch the studio interface at http://localhost:7174
593
-
4. Save changes back to your static course files when you flush
593
+
4. Provide MCP server connection for, eg, Claude Code integration
594
+
5. Save changes back to your static course files when you flush
594
595
595
-
**Important**: Studio mode **overwrites** existing static data source files in \`public/static-courses/\`. Make sure to commit or backup your course data before making major edits.`
596
+
**Important**: Studio mode **overwrites** existing static data source files in \`public/static-courses/\`. Make sure to commit or backup your course data before making major edits.
597
+
598
+
### Claude Code Integration (MCP Server)
599
+
600
+
Studio mode automatically provides an MCP (Model Context Protocol) server for AI-powered course authoring with Claude Code. When you run \`npm run studio\`, it displays connection details like:
0 commit comments