@microagents/server-github
Version:
MCP server for GitHub API integration
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "@microagents/server-github",
"version": "0.0.5",
"description": "MCP server for GitHub API integration",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"mcp-github": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"watch": "tsc -w",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"contributors": [
"Model Context Protocol Team (https://github.com/modelcontextprotocol)",
"MicroAgents Team (https://microagents.dev)"
],
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@microagents/common": "0.0.5",
"@octokit/rest": "^20.0.2",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/node": "^20.11.28",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/microagents/mcp-servers.git",
"directory": "src/github"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"mcp",
"claude",
"github",
"git",
"ai",
"microagents"
],
"engines": {
"node": ">=20.0.0"
}
}