Merge pull request #1282 from morinokami/patch-2

fix: Add completions capability to Everything server
This commit is contained in:
Ola Hungerford
2025-04-18 08:19:15 -07:00
committed by GitHub

View File

@@ -108,6 +108,7 @@ export const createServer = () => {
resources: { subscribe: true },
tools: {},
logging: {},
completions: {},
},
}
);