Skip to content

Commit a72109f

Browse files
committed
fix: Add comment
1 parent aecd9f0 commit a72109f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/smithery.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)