github-issue-mcp
Advanced tools
+2
-1
| { | ||
| "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", |
+18
-0
@@ -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. |
123997
0.32%976
1.88%