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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ What happens:
84
84
Notes:
85
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
-
- You can preview widgets quickly via the local esbuild dev server at `http://localhost:3000/index.html`.
87
+
- You can preview widgets quickly via the local esbuild dev server at `http://localhost:3226/index.html`.
88
88
89
89
The MCP server listens on port `3001`. The HTTP server implementation used here is the standby Actor server in `src/actor/server.ts` (used by `src/main.ts` in STANDBY mode). The hosted production server behind [mcp.apify.com](https://mcp.apify.com) is located in the internal Apify repository.
0 commit comments