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: DEVELOPMENT.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ What happens:
82
82
- Editing files under `src/web/src/widgets/*.tsx` triggers a rebuild; the next widget render will use the updated code without restarting the server.
83
83
84
84
Notes:
85
-
- You can get your `APIFY_TOKEN` from https://console.apify.com/settings/integrations
85
+
- You can get your `APIFY_TOKEN` from [Apify Console](https://console.apify.com/settings/integrations)
86
86
- Widget discovery happens when the server connects. Changing widget code is hot-reloaded; adding brand-new widget filenames typically requires reconnecting the MCP client (or restarting the server) to expose the new resource.
87
87
- You can preview widgets quickly via the local esbuild dev server at `http://localhost:3000/index.html`.
88
88
@@ -94,7 +94,7 @@ This repository includes a `.mcp.json` configuration file that allows you to use
94
94
95
95
To use the Storybook MCP server (or any other MCP server that requires authentication), you need to configure your Apify API token in Claude Code's settings:
96
96
97
-
1. Get your Apify API token from https://console.apify.com/settings/integrations
97
+
1. Get your Apify API token from [Apify Console](https://console.apify.com/settings/integrations)
98
98
2. Create or edit `.claude/settings.local.json` file
99
99
3. Add the following environment variable configuration:
0 commit comments