octocode-mcp 7.0.2-alpha.3 → 7.0.2

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 +1 -1
  2. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octocode-mcp",
3
- "version": "7.0.2-alpha.3",
3
+ "version": "7.0.2",
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",
@@ -108,6 +108,5 @@
108
108
  "type": "stdio",
109
109
  "command": "octocode-mcp",
110
110
  "args": []
111
- },
112
- "stableVersion": "7.0.2"
113
- }
111
+ }
112
+ }