Skip to content

Commit c83581f

Browse files
committed
fixed: return tools in server capabilities
1 parent 0e3a232 commit c83581f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ func getCapabilities() *mcp.ServerCapabilities {
3131
Prompts: &mcp.ServerCapabilitiesPrompts{
3232
ListChanged: utils.Ptr(false),
3333
},
34+
Tools: &mcp.ServerCapabilitiesTools{
35+
ListChanged: utils.Ptr(false),
36+
},
3437
}
3538
}
3639

0 commit comments

Comments
 (0)