We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3f51d commit 6342379Copy full SHA for 6342379
pkg/mcp/mcp.go
@@ -73,8 +73,6 @@ type Server struct {
73
func NewServer(configuration Configuration) (*Server, error) {
74
var serverOptions []server.ServerOption
75
serverOptions = append(serverOptions,
76
- server.WithResourceCapabilities(true, true),
77
- server.WithPromptCapabilities(true),
78
server.WithToolCapabilities(true),
79
server.WithLogging(),
80
server.WithToolHandlerMiddleware(toolCallLoggingMiddleware),
0 commit comments