octocode-mcp 7.0.16 → 8.0.0-alpha.1

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/manifest.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "long_description": "A comprehensive MCP server that provides GitHub code search, repository exploration, commit history, pull requests, issues, and npm package search capabilities. This extension enables AI assistants to efficiently search and analyze code across GitHub repositories and npm packages with advanced filtering and content retrieval features.",
8
8
  "author": {
9
9
  "name": "Guy Bary",
10
- "email": "bgauryy@gmail.com",
10
+ "email": "bgauryy@octocodeai.com",
11
11
  "url": "https://octocode.ai"
12
12
  },
13
13
  "repository": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octocode-mcp",
3
- "version": "7.0.16",
3
+ "version": "8.0.0-alpha.1",
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",
@@ -25,14 +25,14 @@
25
25
  "dxt",
26
26
  "desktop-extension"
27
27
  ],
28
- "author": "Guy Bary <bgauryy@gmail.com>",
28
+ "author": "Guy Bary <bgauryy@octocodeai.com>",
29
29
  "homepage": "https://octocode.ai",
30
30
  "repository": {
31
31
  "type": "git",
32
32
  "url": "git+https://github.com/bgauryy/octocode-mcp.git"
33
33
  },
34
34
  "bugs": "https://github.com/bgauryy/octocode-mcp/issues",
35
- "license": "MIT",
35
+ "license": "PolyForm-Small-Business-1.0.0",
36
36
  "mcpName": "io.github.bgauryy/octocode-mcp",
37
37
  "exports": {
38
38
  ".": {
@@ -60,16 +60,8 @@
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",
@@ -104,6 +96,7 @@
104
96
  "prepack": "yarn build",
105
97
  "prepublishOnly": "yarn lint && yarn test && rollup -c",
106
98
  "test": "vitest run --coverage",
99
+ "test:quiet": "vitest run --reporter=dot --silent",
107
100
  "test:coverage": "vitest run --coverage",
108
101
  "test:ui": "vitest --ui",
109
102
  "test:watch": "vitest --watch"
@@ -113,5 +106,6 @@
113
106
  "type": "stdio",
114
107
  "command": "octocode-mcp",
115
108
  "args": []
116
- }
117
- }
109
+ },
110
+ "stableVersion": "8.0.0"
111
+ }