Skip to content

Commit 6342379

Browse files
authored
fix(mcp): do not enable Resource / Prompts yet, as there are none (#442)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
1 parent db3f51d commit 6342379

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/mcp/mcp.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ type Server struct {
7373
func NewServer(configuration Configuration) (*Server, error) {
7474
var serverOptions []server.ServerOption
7575
serverOptions = append(serverOptions,
76-
server.WithResourceCapabilities(true, true),
77-
server.WithPromptCapabilities(true),
7876
server.WithToolCapabilities(true),
7977
server.WithLogging(),
8078
server.WithToolHandlerMiddleware(toolCallLoggingMiddleware),

0 commit comments

Comments
 (0)