merge w/ upstream

This commit is contained in:
Raduan77
2024-12-05 11:20:54 +01:00
54 changed files with 3545 additions and 1816 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-github",
"version": "0.6.0",
"version": "0.6.2",
"description": "MCP server for using the GitHub API",
"license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -19,7 +19,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.0",
"@modelcontextprotocol/sdk": "1.0.1",
"@types/node": "^20.11.0",
"@types/node-fetch": "^2.6.12",
"node-fetch": "^3.3.2",
@@ -30,4 +30,4 @@
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}
}