MCP Server Trello
by delorenj
{
"name": "@kazuph/mcp-github-pera1",
"version": "1.1.3",
"description": "Model Context Protocol server for GitHub code extraction using Pera1 service",
"author": "kazuph (https://x.com/kazuph)",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-github-pera1": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"format": "biome format --write .",
"lint": "biome lint .",
"check": "biome check --apply .",
"test": "npx vitest run",
"test:watch": "npx vitest",
"test:coverage": "npx vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kazuph/mcp-github-pera1.git"
},
"keywords": [
"github",
"code",
"mcp",
"claude",
"pera1"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.17.9",
"@vitest/coverage-v8": "^1.6.0",
"shx": "^0.3.4",
"typescript": "^5.7.2",
"vitest": "^1.6.0"
}
}