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