octocode-mcp 7.0.16 → 7.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +2 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "octocode-mcp",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.17",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for advanced GitHub repository analysis and code discovery. Provides AI assistants with powerful tools to search, analyze, and understand codebases across GitHub.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -60,20 +60,11 @@
|
|
|
60
60
|
"zod": "^3.23.8"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@rollup/plugin-commonjs": "^28.0.3",
|
|
64
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
65
|
-
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
66
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
67
|
-
"@rollup/plugin-typescript": "^12.1.2",
|
|
68
63
|
"@types/express": "^5",
|
|
69
|
-
"@types/node": "^22.15.29",
|
|
70
64
|
"eslint": "^8.57.0",
|
|
71
|
-
"eslint-config-prettier": "^10.1.5",
|
|
72
|
-
"eslint-plugin-prettier": "^5.4.1",
|
|
73
65
|
"prettier": "^3.5.3",
|
|
74
66
|
"rollup": "^4.46.2",
|
|
75
67
|
"rollup-plugin-string": "^3.0.0",
|
|
76
|
-
"typescript": "^5.9.2",
|
|
77
68
|
"vitest": "^4.0.13"
|
|
78
69
|
},
|
|
79
70
|
"engines": {
|
|
@@ -104,6 +95,7 @@
|
|
|
104
95
|
"prepack": "yarn build",
|
|
105
96
|
"prepublishOnly": "yarn lint && yarn test && rollup -c",
|
|
106
97
|
"test": "vitest run --coverage",
|
|
98
|
+
"test:quiet": "vitest run --reporter=dot --silent",
|
|
107
99
|
"test:coverage": "vitest run --coverage",
|
|
108
100
|
"test:ui": "vitest --ui",
|
|
109
101
|
"test:watch": "vitest --watch"
|