- Notifications
You must be signed in to change notification settings - Fork1.4k
Generate documentation#602
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
Conversation
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR aims to automate the generation and updating of documentation for GitHub MCP tools and toolsets. Key changes include:
- Adding a Go script (generate_docs.go) to generate README sections automatically.
- Updating the README.md file with clearly demarcated automated sections.
- Introducing a GitHub workflow to enforce documentation consistency.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
cmd/github-mcp-server/generate_docs.go | New documentation generator script using mocked clients and automated section replacement. |
README.md | Updated API and tool documentation with automated sections markers. |
.github/workflows/docs-check.yml | New GitHub Actions workflow to check for documentation consistency on PRs. |
Uh oh!
There was an error while loading.Please reload this page.
dcdc124
to514db47
Compare514db47
toe2a3d7b
Comparee2a3d7b
to0c68090
Comparee9c8b40
intomainUh oh!
There was an error while loading.Please reload this page.
Adds a script, workflow and updates the documentation to be both generated and deterministic so that we don't forget to update it.