Sign In

github-rag-mcp

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-rag-mcp - npm Package Compare versions

Comparing version
0.9.9
to
0.9.10
+1
-1
package.json
{
"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",

@@ -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: {