Skip to content

Commit af27689

Browse files
Update pkg/github/server.go
Co-authored-by: Sam Morrow <[email protected]>
1 parent 9797505 commit af27689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func OptionalPaginationParams(r mcp.CallToolRequest) (PaginationParams, error) {
216216
}, nil
217217
}
218218

219-
func marshalledTextResult(v any) *mcp.CallToolResult {
219+
func MarshalledTextResult(v any) *mcp.CallToolResult {
220220
data, err := json.Marshal(v)
221221
if err != nil {
222222
return mcp.NewToolResultErrorFromErr("failed to marshal text result to json", err)

0 commit comments

Comments
 (0)