Movatterモバイル変換


[0]ホーム

URL:


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

Feat: Add initial Gist tools#340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattdholloway merged 4 commits intomainfromxodene/feat-gists-tools-start
Jul 30, 2025

Conversation

xodene
Copy link
Member

@xodenexodene commentedApr 23, 2025
edited
Loading

Feature: Initial tools for managing Gists.

  • ListGists

list_gists

  • Description: List gists for a user.
  • Parameters:
    • username (string, optional): GitHub username (omit for authenticated user's gists).
    • since (string, optional): Only gists updated after this time (ISO 8601 timestamp).
    • page (number, optional): Page number.
    • perPage (number, optional): Results per page.
image
  • CreateGist
    Description: Create a new gist.
  • Parameters:
    • description (string, optional): Description of the gist.
    • filename (string, required): Filename for gist file
    • content (string, required): Content for gist file
    • public (boolean, optional): Whether the gist is public (default: false).
image
  • UpdateGist

update_gist

  • Description: Update an existing gist.
  • Parameters:
    • gist_id (string, required): ID of the gist to update.
    • description (string, optional): Updated description of the gist.
    • filename (string, required): Filename to update or create.
    • content (string, required): Content for the file.

The screenshot below demostrates editing an existing Gist with the new content from the opened file
image

Closes:#183

eranco74 reacted with rocket emoji
@xodenexodeneforce-pushed thexodene/feat-gists-tools-start branch from668de2c to2eb1887CompareMay 1, 2025 22:09
@xodenexodene marked this pull request as ready for reviewMay 1, 2025 22:30
@CopilotCopilotAI review requested due to automatic review settingsMay 1, 2025 22:30
@xodenexodene requested a review froma team as acode ownerMay 1, 2025 22:30
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@eranco74
Copy link
Contributor

This is great.
Mind adding listStarredGists and deleteGist while you are at it?

@douglarek
Copy link

Is there any update on this PR? It's highly needed

@xodene
Copy link
MemberAuthor

Coming back from holiday - will fix conflicts and ping the team for a review 👍

douglarek reacted with thumbs up emojigarman reacted with heart emoji

@xodenexodeneforce-pushed thexodene/feat-gists-tools-start branch from284bf70 to98035d3CompareJuly 29, 2025 20:40
@xodenexodeneforce-pushed thexodene/feat-gists-tools-start branch from98035d3 toda53838CompareJuly 29, 2025 21:00
Copy link
Contributor

@mattdhollowaymattdholloway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

lgtm!

@mattdhollowaymattdholloway merged commit1c6171b intomainJul 30, 2025
16 checks passed
@mattdhollowaymattdholloway deleted the xodene/feat-gists-tools-start branchJuly 30, 2025 14:12
nickytonline pushed a commit to nickytonline/github-mcp-http that referenced this pull requestOct 4, 2025
* Add initial Gist tools: ListGists, CreateGist* Add UpdateGist tool* Add documentation for initial Gist tools---------Co-authored-by: Matt Holloway <mattdholloway@github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@mattdhollowaymattdhollowaymattdholloway approved these changes

@JoannaaKLJoannaaKLJoannaaKL approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

GIST tools
5 participants
@xodene@eranco74@douglarek@mattdholloway@JoannaaKL

[8]ページ先頭

©2009-2025 Movatter.jp