Commit Graph

248 Commits

Author SHA1 Message Date
John Wesley Walker III 44f5e8bfaa Label Claude Desktop Config
License Check / license-check (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Unit Tests / build (macos-latest) (push) Has been cancelled
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
Unit Tests / build (windows-latest) (push) Has been cancelled
Lint / lint (push) Has been cancelled
merge once Claude Desktop fully supports GitHub OAuth
2025-06-13 19:33:36 +02:00
John Wesley Walker III a86f3dd3a2 Include Bearer 2025-06-13 19:32:11 +02:00
John Wesley Walker III adef317d4f Tweak wording. 2025-06-13 19:28:36 +02:00
John Wesley Walker III d72a937172 Remove Claude labelling
Claude may not yet support GitHub OAuth fully.
2025-06-13 19:27:43 +02:00
John Wesley Walker III ad1df8466f Responded to PR feedback 2025-06-13 18:55:15 +02:00
John Wesley Walker III c7ff79b73b Remove MCP Host column (for now). 2025-06-13 18:38:13 +02:00
John Wesley Walker III 04856da2c5 Responded to PR feedback. 2025-06-13 18:35:22 +02:00
John Wesley Walker III 4a1cb43ce7 fixed wording (pluralized) 2025-06-13 17:11:18 +02:00
John Wesley Walker III ef8f612c47 Revert <H1>-related changes. 2025-06-13 17:00:53 +02:00
John Wesley Walker III 27b82d6a42 Fixed "Other MCP Hosts" example 2025-06-13 16:58:51 +02:00
John Wesley Walker III c1e61b8a70 Add a Remote MCP configuration example that employs a PAT 2025-06-13 16:16:07 +02:00
Tony Truong 8562b1d6c3 point to remote config docs (#513)
* point to remote config docs

* adding clarification and pointing to remote config

* Update README.md

Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>

---------

Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
2025-06-13 15:58:06 +02:00
tonytrg 5e80be805b add clarification 2025-06-13 13:27:01 +02:00
tonytrg dc94eaa4f0 point to general updates page 2025-06-13 12:43:18 +02:00
Dimitrios Philliou 853323d74f Update README.md to prompt VS Code version update (#509)
Making it clear that you need the latest version of VS Code installed for it work.
2025-06-12 12:17:11 -07:00
Toby Padilla 6d6979749d docs: update host usage
Unit Tests / build (windows-latest) (push) Has been cancelled
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Unit Tests / build (macos-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Lint / lint (push) Has been cancelled
v0.5.0
2025-06-12 18:30:39 +02:00
Dimitrios Philliou 7ffbad4528 docs: Update README.md
Adding info about the Remote GitHub MCP server.

Cleaned up some of the formatting and adding more info on the warning note.
2025-06-12 18:30:39 +02:00
Sam Morrow 3e32f75cf4 fix: use better raw file handling and return resources 2025-06-12 14:54:23 +02:00
Jaril c423a52511 Fix typo in README.md 2025-06-11 09:19:31 +02:00
Sam Morrow fe31428f80 Add context toolset and adjust readme (#499)
* add context toolset and adjust readme

* move resources to a toolset

* add resource registration as a toolset concern

* add a note about broadening of toolsets

* Apply suggestion from @SamMorrowDrums
2025-06-10 15:44:49 +02:00
Lulu cbcf29f6d1 Export ToBoolPtr and RequiredParam (#495)
* ToBoolPtr, RequiredParam

* lint: type assertion in RequiredParam

* cap docstring
2025-06-09 15:11:38 +02:00
Pranav RK 392df2d68c docs: add read-only instruction to readme (#490) 2025-06-07 19:38:38 +02:00
Juan Broullon c141bf4da4 fix: move defaulted 'state' param after non-default params in list_code_scanning_alerts (#488) 2025-06-07 15:33:41 +02:00
Sam Morrow c17ebfe50b chore: separate toolset creation from init and use typed error (#487) 2025-06-06 14:45:03 +02:00
Sam Morrow 9dd6fc518d cleanup search_users response (#485) 2025-06-06 11:24:22 +02:00
Malte Lantin 8854b2a67b Add GitHub Enterprise Cloud with data residency (ghe.com) to readme (#448)
* Add ghe.com to readme

Document support for GitHub Enterprise Cloud with data residency (ghe.com) in the readme.

* Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-04 10:49:50 +02:00
dependabot[bot] c2d5b433cf build(deps): bump github.com/mark3labs/mcp-go from 0.30.0 to 0.31.0 2025-06-03 07:31:09 +02:00
William Martin 373b74e68e Fix missing go-github v72 license bump 2025-06-03 07:20:03 +02:00
Juan Antonio Osorio 63d3d8c60e fix: use ENTRYPOINT and CMD for proper argument handling (#454)
* fix: use ENTRYPOINT and CMD for proper argument handling

- Change from CMD to ENTRYPOINT + CMD pattern for better Docker practices
- ENTRYPOINT sets the executable that always runs
- CMD provides default arguments that can be overridden
- This allows container runtimes to properly append additional arguments
- Fixes issues with argument passing in container orchestration tools

Before: CMD ["./github-mcp-server", "stdio"]
After: ENTRYPOINT ["./github-mcp-server"] + CMD ["stdio"]

* address review feedback: use absolute path and improve comments
2025-06-03 00:19:59 +02:00
Pranav RK c7a872b9a1 Bump go-github to v72.0.0 2025-06-02 10:55:04 +02:00
William Martin 023f59d5cc Use typed tool handler for get_me tool 2025-05-28 15:56:54 +02:00
William Martin 7e026fc438 Fix incorrect repo resource table test 2025-05-27 20:28:59 +02:00
William Martin 11ea4e271d Remove test that can panic 2025-05-27 20:28:59 +02:00
William Martin d4a0764ddb Bump mcp-go to 0.30.0 2025-05-26 14:03:58 +02:00
Theo Brigitte 414309ccc2 Remove non-existent get_line_number_in_pull_request_file tool reference
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Unit Tests / build (macos-latest) (push) Has been cancelled
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
Unit Tests / build (windows-latest) (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Lint / lint (push) Has been cancelled
2025-05-26 07:40:57 +02:00
Sam Morrow e9f748f246 Add additional tools and tests for notifications
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Unit Tests / build (macos-latest) (push) Has been cancelled
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
Unit Tests / build (windows-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Lint / lint (push) Has been cancelled
v0.4.0
2025-05-23 14:00:21 +02:00
Avinash Sridhar 577190886d feat: add GitHub notifications tools for managing user notifications 2025-05-23 14:00:21 +02:00
William Martin b9a06d05f7 Support assigning copilot to issues
Co-authored-by: Martina Jireckova <martinajir@github.com>
2025-05-23 07:04:12 +02:00
dependabot[bot] 4ccedee992 build(deps): bump github.com/mark3labs/mcp-go from 0.27.0 to 0.28.0 (#412)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Martin <williammartin@github.com>
2025-05-20 13:30:27 +02:00
Pranav RK 2f8c2873a5 chore: revert go mod check 2025-05-19 20:55:54 +02:00
Pranav RK 045ecd38c8 feat: add golangci-lint-action to the lint workflow 2025-05-19 20:55:54 +02:00
William Martin eca853b28a Split PR review creation, commenting, submission and deletion 2025-05-19 17:50:36 +02:00
Sam Morrow 50043c32de enact second piece of copilot feedback 2025-05-19 17:36:24 +02:00
Sam Morrow b7f4890a65 Update context_tools.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-19 17:36:24 +02:00
Sam Morrow a3bf5587d8 alter the description of get-me to reduce redundant repeat calls 2025-05-19 17:36:24 +02:00
Toby Padilla 22d080beec fix: update get_me reason arg description 2025-05-16 00:51:56 +02:00
William Martin 7aced2b0a1 Update pkg/github/tools.go
Unit Tests / build (windows-latest) (push) Has been cancelled
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Unit Tests / build (macos-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Lint / lint (push) Has been cancelled
Co-authored-by: Sam Morrow <sammorrowdrums@github.com>
v0.3.0
2025-05-14 22:57:43 +02:00
William Martin a6d3c5ea5c Update pkg/github/pullrequests.go
Co-authored-by: Sam Morrow <sammorrowdrums@github.com>
2025-05-14 22:57:43 +02:00
William Martin 6c3a964b21 Update README.md
Co-authored-by: Sam Morrow <sammorrowdrums@github.com>
2025-05-14 22:57:43 +02:00
William Martin 2fb1be93f5 Support requesting copilot as a reviewer 2025-05-14 22:57:43 +02:00