octocode-mcp 4.0.3 → 4.0.4

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -0
  2. package/package.json +9 -2
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octocode-mcp",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Model Context Protocol (MCP) server for advanced GitHub repository analysis, code discovery, and npm package exploration. Provides AI assistants with powerful tools to search, analyze, and understand codebases across GitHub and npm ecosystems.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -89,5 +89,12 @@
89
89
  "test:ui": "vitest --ui",
90
90
  "test:watch": "vitest --watch"
91
91
  },
92
- "type": "module"
92
+ "type": "module",
93
+ "mcp": {
94
+ "type": "stdio",
95
+ "command": "npx",
96
+ "args": [
97
+ "octocode-mcp"
98
+ ]
99
+ }
93
100
  }