Skip to content

Commit bbc817f

Browse files
authored
Update description for OpenAPI method (#64)
1 parent 11706aa commit bbc817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/servers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func RegisterServerRoutes(routerAPI huma.API, accessor contracts.MCPClientAccess
5656
OperationID: "listTools",
5757
Method: http.MethodGet,
5858
Path: "/{name}/tools",
59-
Summary: "List all tools",
59+
Summary: "List server tools",
6060
Tags: append(tags, "Tools"),
6161
},
6262
func(ctx context.Context, input *ServerToolsRequest) (*ToolsResponse, error) {

0 commit comments

Comments
 (0)