Sign In

github-issue-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-issue-mcp - npm Package Compare versions

Comparing version
1.0.0
to
1.1.0
+3
dist/server/cli.d.ts
#!/usr/bin/env node
import "dotenv/config";
//# sourceMappingURL=cli.d.ts.map
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/server/cli.ts"],"names":[],"mappings":";AAEA,OAAO,eAAe,CAAC"}
#!/usr/bin/env node
import "dotenv/config";
import { startStdioServer, } from "./stdio.js";
async function main() {
await startStdioServer();
}
main().catch((error) => {
console.error(error instanceof Error
? error.message
: String(error));
process.exit(1);
});
//# sourceMappingURL=cli.js.map
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/server/cli.ts"],"names":[],"mappings":";AAEA,OAAO,eAAe,CAAC;AAEvB,OAAO,EACL,gBAAgB,GACjB,MAAM,YAAY,CAAC;AAEpB,KAAK,UAAU,IAAI;IACjB,MAAM,gBAAgB,EAAE,CAAC;AAC3B,CAAC;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;IACrB,OAAO,CAAC,KAAK,CACX,KAAK,YAAY,KAAK;QACpB,CAAC,CAAC,KAAK,CAAC,OAAO;QACf,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAClB,CAAC;IAEF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC"}
+5
-2
{
"name": "github-issue-mcp",
"version": "1.0.0",
"version": "1.1.0",
"description": "Reusable MCP server for generating, validating, and managing GitHub issues with AI-powered duplicate detection",
"type": "module",
"main": "./dist/index.js",
"bin": {
"github-issue-mcp": "./dist/server/cli.js"
},
"exports": {

@@ -39,2 +42,2 @@ ".": "./dist/index.js",

}
}
}