Skip to content

Commit 410cac9

Browse files
authored
Merge pull request #1282 from morinokami/patch-2
fix: Add completions capability to Everything server
2 parents d8a6fa0 + 27d6a07 commit 410cac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

everything/everything.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export const createServer = () => {
108108
resources: { subscribe: true },
109109
tools: {},
110110
logging: {},
111+
completions: {},
111112
},
112113
}
113114
);

0 commit comments

Comments
 (0)