github-rag-mcp
Advanced tools
+1
-1
| { | ||
| "name": "github-rag-mcp", | ||
| "version": "0.9.9", | ||
| "version": "0.9.10", | ||
| "description": "MCP server for semantic search of GitHub issues/PRs via Cloudflare Worker", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+8
-2
@@ -27,3 +27,6 @@ /** | ||
| "Structured filters (repo, state, labels, milestone, assignee, type) apply across all modes; " + | ||
| "type: \"wiki_doc\" narrows to GitHub Wiki pages only. " + | ||
| "type: \"wiki_doc\" narrows to GitHub Wiki pages only; repo takes the full slug (owner/repo) and matches " + | ||
| "exactly, so a bare repository name selects nothing. In search mode the response carries " + | ||
| "filters_unmatched: any filter listed there matched no row in the index at all, which separates a " + | ||
| "mis-specified filter from a genuine zero-hit result. " + | ||
| "Results are aggregated per underlying entity: a file's doc row and its commit diffs are one result, " + | ||
@@ -43,3 +46,6 @@ "an issue or PR and its comments / reviews are one result. top_k therefore counts distinct entities, " + | ||
| type: "string", | ||
| description: "Filter by repository (owner/repo)", | ||
| description: | ||
| "Filter by repository — full slug (owner/repo), exact match. " + | ||
| "A bare repository name (\"my-repo\") matches nothing and yields an empty result set; " + | ||
| "search mode flags that case as \"repo\" in the response's filters_unmatched.", | ||
| }, | ||
@@ -46,0 +52,0 @@ state: { |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
35099
1.62%663
0.91%