Skip to content

Commit c6f48d4

Browse files
committed
Make fetch tool not read-only
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 272b7d0 commit c6f48d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/tools/builtin/fetch.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,7 @@ func (t *FetchTool) Tools(context.Context) ([]tools.Tool, error) {
337337
OutputSchema: tools.MustSchemaFor[string](),
338338
Handler: tools.NewHandler(t.handler.CallTool),
339339
Annotations: tools.ToolAnnotations{
340-
ReadOnlyHint: true,
341-
Title: "Fetch URLs",
340+
Title: "Fetch URLs",
342341
},
343342
},
344343
}, nil

0 commit comments

Comments
 (0)