chore: export pr funcs#164
Merged
SamMorrowDrums merged 1 commit intomainfrom Apr 8, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the pull request related functions so they are now exported. The changes include renaming functions in the server, test, and main pull request files to use PascalCase, and updating corresponding comments and test references.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/github/server.go | Updated tool function calls to use exported names. |
| pkg/github/pullrequests_test.go | Updated test references to call the exported functions. |
| pkg/github/pullrequests.go | Renamed function definitions and updated comments accordingly. |
e5986df to
e4ae809
Compare
DaleSeo
pushed a commit
to DaleSeo/github-mcp-server
that referenced
this pull request
Oct 24, 2025
* Add Teamwork.com MCP server to registry Adds the official Teamwork.com MCP server to the registry: https://github.com/Teamwork/mcp The MCP server is available at: https://mcp.ai.teamwork.com Additional information can be found at: https://www.teamwork.com/product/ai/ * Fix: Default Dockerfile entrypoint is now the STDIO mode Applied changes to the Dockerfile to run the STDIO binary by default. * Enhancement: Adjust server config to better match template reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Export the PR related funcs.