octocode-mcp 2.3.26 → 2.3.27

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 (3) hide show
  1. package/README.md +8 -1
  2. package/dist/index.js +16 -16
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -14,6 +14,7 @@
14
14
 
15
15
  ## 🌐 For More Details - [octocode.ai](https://octocode.ai)
16
16
  ## 📚 For Technical Details - [Technical Summary](./docs/summary.md)
17
+ ## 🐳 For Docker Setup - [Docker Guide](./docker/README.Docker.md)
17
18
 
18
19
  **The perfect code assistant that can help understand anything.** Transform your AI assistant into an expert code researcher with instant access to millions of repositories and packages across GitHub and npm ecosystems.
19
20
 
@@ -118,6 +119,12 @@ claude mcp add octocode npx 'octocode-mcp@latest'
118
119
 
119
120
  **That's it!** Octocode automatically works with your organization's private repositories.
120
121
 
122
+ ## 🐳 Docker Support
123
+
124
+ Run Octocode MCP in a Docker container while maintaining full GitHub CLI authentication. Perfect for consistent environments and deployment.
125
+
126
+ [**See Docker Setup Guide →**](./docker/README.Docker.md)
127
+
121
128
  ## 🛠️ What You Can Do
122
129
 
123
130
  ### Deep Project Research & Analysis
@@ -234,4 +241,4 @@ The goal: **make code exploration as intelligent as having a senior developer gu
234
241
 
235
242
  MIT License - See [LICENSE](./LICENSE.md) for details.
236
243
 
237
- ---
244
+ ---