mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 00:03:23 +02:00
fix: enable tools capability in server setup
This commit is contained in:
@@ -164,6 +164,7 @@ const server = new Server(
|
||||
{
|
||||
capabilities: {
|
||||
listChanged: false,
|
||||
tools: true,
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user