mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-20 12:55:36 +02:00
fix: Add completions capability to Everything server
This commit is contained in:
@@ -95,6 +95,7 @@ export const createServer = () => {
|
|||||||
resources: { subscribe: true },
|
resources: { subscribe: true },
|
||||||
tools: {},
|
tools: {},
|
||||||
logging: {},
|
logging: {},
|
||||||
|
completions: {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user