octocode-mcp 7.0.10-alpha.1 → 7.0.11-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.
@@ -434,6 +434,7 @@ export interface UserContext {
434
434
  /** Server configuration and feature flags */
435
435
  export interface ServerConfig {
436
436
  version: string;
437
+ githubApiUrl: string;
437
438
  toolsToRun?: string[];
438
439
  enableTools?: string[];
439
440
  disableTools?: string[];
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "dxt_version": "0.1",
3
3
  "name": "octocode-mcp",
4
4
  "display_name": "Octocode MCP Extension",
5
- "version": "5.0.0",
5
+ "version": "7.0.11",
6
6
  "description": "GitHub code search and npm package exploration MCP server",
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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octocode-mcp",
3
- "version": "7.0.10-alpha.1",
3
+ "version": "7.0.11-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",
@@ -113,5 +113,5 @@
113
113
  "command": "octocode-mcp",
114
114
  "args": []
115
115
  },
116
- "stableVersion": "7.0.10"
116
+ "stableVersion": "7.0.11"
117
117
  }
package/server.json CHANGED
@@ -8,12 +8,12 @@
8
8
  "url": "https://github.com/bgauryy/octocode-mcp",
9
9
  "source": "github"
10
10
  },
11
- "version": "7.0.10",
11
+ "version": "7.0.11",
12
12
  "packages": [
13
13
  {
14
14
  "registryType": "npm",
15
15
  "identifier": "octocode-mcp",
16
- "version": "7.0.10",
16
+ "version": "7.0.11",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  },