fix: enable tools capability in server setup

This commit is contained in:
devin-ai-integration[bot]
2024-12-06 21:52:24 +00:00
parent 2c1bb4426c
commit 773fb8d205

View File

@@ -164,6 +164,7 @@ const server = new Server(
{
capabilities: {
listChanged: false,
tools: true,
},
},
);