File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ export default function ({ config: _config }: { config: z.infer<typeof configSch
3535 tools : toolCategoryKeys as ToolCategory [ ] ,
3636 } ;
3737
38- // Start async tools loading and gate the first listTools (Smithery-only)
39- // See docs/smithery.md for a brief overview of how this entrypoint works with Smithery
38+ // Load tools asynchronously and block initial listTools call (Smithery-specific behavior)
39+ // Refer to docs/smithery.md for details on how this entrypoint integrates with Smithery
40+ // Smithery uses an unknown token during deployment, requiring this fallback approach
4041 const loadPromise = ( async ( ) => {
4142 try {
4243 const tools = await loadToolsFromInput ( input , apifyToken , actorList . length === 0 ) ;
You can’t perform that action at this time.
0 commit comments