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: .actor/input_schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
"title": "Enable adding Actors based on context and use-case (experimental, check if it supported by your client)",
26
26
"type": "boolean",
27
27
"description": "When enabled, the server can dynamically add Actors as tools based on user requests and context. \n\nNote: MCP client must support notification on tool updates. To try it, you can use the [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client). This is an experimental feature and may require client-specific support.",
28
-
"default": false
28
+
"default": true
29
29
},
30
30
"maxActorMemoryBytes": {
31
31
"title": "Limit the maximum memory used by an Actor",
@@ -48,7 +48,7 @@
48
48
"description": "Specify the input for the Actor that will be used for debugging in normal mode",
0 commit comments