Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixed #1039

Open
Open
Fixed #1039
Labels
bugSomething isn't working
@blessings012115-cmyk

Description

I have the same problem; can you handle the string type access on the mcp side and try to fix;

pullNumber, err := RequiredInt(request, "pullNumber")
if err != nil {
pullNumberStr, err := requiredParamstring
if err != nil {
return mcp.NewToolResultError(err.Error()), nil
}
pullNumber, err = strconv.Atoi(pullNumberStr)
if err != nil {
return mcp.NewToolResultError(err.Error()), nil
}
}

Originally posted by @421775487 in #533

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /