Skip to content

Commit 648ad68

Browse files
committed
remove async
1 parent f30cac4 commit 648ad68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/McpContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export class McpContext implements Context {
352352
return nodeWithId;
353353
};
354354

355-
const rootNodeWithId = await assignIds(rootNode);
355+
const rootNodeWithId = assignIds(rootNode);
356356
this.#textSnapshot = {
357357
root: rootNodeWithId,
358358
snapshotId: String(snapshotId),

0 commit comments

Comments
 (0)