Skip to content

Commit b8d19f9

Browse files
committed
fix: Add completions capability to Everything server
1 parent d9f2cb0 commit b8d19f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/everything/everything.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const createServer = () => {
9595
resources: { subscribe: true },
9696
tools: {},
9797
logging: {},
98+
completions: {},
9899
},
99100
},
100101
);

0 commit comments

Comments
 (0)