github-rag-mcp
Advanced tools
+1
-1
| { | ||
| "name": "github-rag-mcp", | ||
| "version": "0.9.8", | ||
| "version": "0.9.9", | ||
| "description": "MCP server for semantic search of GitHub issues/PRs via Cloudflare Worker", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+13
-4
@@ -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. " + | ||
| "Results are aggregated per underlying entity: a file's doc row and its commit diffs are one result, " + | ||
| "an issue or PR and its comments / reviews are one result. top_k therefore counts distinct entities, " + | ||
| "and a result that absorbed others carries same_entity { count, others[] } with links to them.", | ||
| inputSchema: { | ||
@@ -85,3 +88,5 @@ type: "object", | ||
| type: "number", | ||
| description: "Max results (default: 10, max: 50)", | ||
| description: | ||
| "Max results (default: 10, max: 50). Counts distinct entities, not index rows " + | ||
| "(a file's doc row and its commit diffs collapse into one result).", | ||
| }, | ||
@@ -113,3 +118,4 @@ fusion: { | ||
| "ISO 8601 timestamp (inclusive) — keep only results whose updated_at >= since. " + | ||
| "Pair with sort=\"updated_desc\" + empty query for an activity scan.", | ||
| "Pair with sort=\"updated_desc\" + empty query for an activity scan. " + | ||
| "Default in scan mode: 7 days back from until (or from now when until is omitted).", | ||
| }, | ||
@@ -119,3 +125,6 @@ until: { | ||
| description: | ||
| "ISO 8601 timestamp (exclusive) — keep only results whose updated_at < until.", | ||
| "ISO 8601 timestamp (exclusive) — keep only results whose updated_at < until. " + | ||
| "In scan mode the [since, until) window is applied inside the index, so any window " + | ||
| "holding rows returns rows however far back it sits; the response carries " + | ||
| "truncated: true when the window holds more than one page.", | ||
| }, | ||
@@ -122,0 +131,0 @@ include_content: { |
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.
34541
2.45%657
1.39%