Files
github--github-mcp-server/pkg/github/__toolsnaps__/search_github_docs.snap
copilot-swe-agent[bot] 16e019ad52 Add GitHub Docs search MCP endpoint
Co-authored-by: colindembovsky <1932561+colindembovsky@users.noreply.github.com>
2025-10-30 16:04:25 +00:00

32 lines
1.1 KiB
Plaintext

{
"annotations": {
"title": "Search GitHub Docs",
"readOnlyHint": true
},
"description": "Search GitHub's official documentation at docs.github.com. Use this to find help articles, guides, and API documentation for GitHub features and products.",
"inputSchema": {
"properties": {
"language": {
"description": "Language code for documentation. Options: 'en' (default), 'es', 'ja', 'pt', 'zh', 'ru', 'fr', 'ko', 'de'",
"type": "string"
},
"max_results": {
"description": "Maximum number of results to return (default: 10, max: 100)",
"type": "number"
},
"query": {
"description": "Search query for GitHub documentation. Examples: 'actions workflow syntax', 'pull request review', 'GitHub Pages'",
"type": "string"
},
"version": {
"description": "GitHub version to search. Options: 'dotcom' (default, free/pro/team), 'ghec' (GitHub Enterprise Cloud), or a specific GHES version like '3.12'",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"name": "search_github_docs"
}