octocode-mcp 7.0.2-alpha.4 → 7.0.2-alpha.5

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.
@@ -2,6 +2,7 @@ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
2
2
  export declare const PROMPT_NAMES: {
3
3
  readonly RESEARCH: "research";
4
4
  readonly KUDOS: "kudos";
5
+ readonly USE: "use";
5
6
  };
6
7
  /**
7
8
  * Register all prompts with the MCP server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octocode-mcp",
3
- "version": "7.0.2-alpha.4",
3
+ "version": "7.0.2-alpha.5",
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",