octocode-mcp 1.0.1 → 1.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.
- package/README.md +3 -3
- package/build/index.js +3418 -1367
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
- **Chain-of-Thought Reasoning Framework**: 6-step reasoning methodology built into prompts
|
|
82
82
|
- **Teaching Methodology Integration**: AI education built into tool descriptions
|
|
83
83
|
- **Context-aware Search Optimization**: Quality validation pipelines for code discovery
|
|
84
|
-
- **Automatic Query Optimization**: Single-word prioritization strategy ("RAG"
|
|
84
|
+
- **Automatic Query Optimization**: Single-word prioritization strategy ("RAG" -> "Ranking" not "RAG Ranking")
|
|
85
85
|
|
|
86
86
|
### 🔄 **Intelligent Tool Chaining**
|
|
87
87
|
- **Automatic Organization Detection**: Smart tool chaining based on context
|
|
88
88
|
- **Package-to-Repository Mapping**: NPM mentions trigger automatic repository discovery
|
|
89
89
|
- **Cross-validation Workflows**: Multi-step research flows with tool interconnection
|
|
90
|
-
- **Progressive Search Refinement**: Phase-based search refinement (Broad
|
|
90
|
+
- **Progressive Search Refinement**: Phase-based search refinement (Broad -> Pattern -> Precise)
|
|
91
91
|
|
|
92
92
|
### 🎯 **Smart Discovery Features**
|
|
93
93
|
- **Semantic Landscape Mapping**: `search_github_topics` for ecosystem understanding
|
|
@@ -296,7 +296,7 @@ This methodology improved search result quality by leveraging the NPM ecosystem'
|
|
|
296
296
|
- The tool will automatically detect and use your organization access
|
|
297
297
|
|
|
298
298
|
- **📦 Package-Based Discovery**: Mention specific packages to trigger automatic repository discovery
|
|
299
|
-
- *"How does the lodash library implement debouncing?"*
|
|
299
|
+
- *"How does the lodash library implement debouncing?"* -> Automatically finds and analyzes lodash repository
|
|
300
300
|
|
|
301
301
|
### 🎨 **Advanced Use Cases**
|
|
302
302
|
- **🔬 Comparative Analysis**: Compare different approaches across repositories
|