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.1.1
to
1.1.2
+2
-1
package.json
{
"name": "github-issue-mcp",
"version": "1.1.1",
"version": "1.1.2",
"mcpName": "io.github.sarim-aliii/github-issue-mcp",
"description": "Reusable MCP server for generating, validating, and managing GitHub issues with AI-powered duplicate detection",

@@ -5,0 +6,0 @@ "type": "module",

@@ -956,4 +956,22 @@ # GitHub Issue MCP Assistant

✓ Invalid JSON handling
## Use as a Library
GitHub Issue MCP can also be embedded into another Node.js application.
### Create an MCP server
```javascript
import {
createGitHubIssueMcpServer
} from "github-issue-mcp/server";
const server =
createGitHubIssueMcpServer({
name: "my-github-issue-server",
version: "1.0.0"
});
📄 License
This project is intended as a demonstration of an AI-powered, MCP-based GitHub issue management workflow.