octocode-mcp 2.4.0 → 2.5.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,73 @@ All notable changes to the octocode-mcp project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.5.0] - 2025-07-23 - Enhanced Search & Licensing Updates
9
+
10
+ ### 🚀 MAJOR ENHANCEMENT: Search Improvements & Infrastructure Updates
11
+
12
+ #### Enhanced
13
+ - **Search Intelligence**: Major improvements to search functionality and performance (PR #69)
14
+ - Enhanced search algorithms for better accuracy and relevance
15
+ - Improved query processing and result ranking
16
+ - Optimized search response times and reliability
17
+ - Better handling of complex search patterns and edge cases
18
+ - Improved npm publishing compatibility
19
+
20
+ - **Model Context Protocol**: Updated to version 2.4.0 (PR #67)
21
+ - Enhanced MCP SDK integration and compatibility
22
+ - Improved protocol handling and communication
23
+ - Better error handling and stability improvements
24
+ - Updated dependencies for enhanced performance
25
+
26
+ - **SDK Updates**: @modelcontextprotocol/sdk updated to 1.16.0 (PR #66)
27
+ - Fixed schema validation issues
28
+ - Improved type safety and error handling
29
+ - Enhanced compatibility with latest MCP standards
30
+ - Resolved schema-related bugs and inconsistencies
31
+
32
+ #### Fixed
33
+ - **Search Functionality**: Critical search fixes and optimizations (PR #65)
34
+ - Resolved search query processing issues
35
+ - Fixed edge cases in search result handling
36
+ - Improved search reliability and consistency
37
+ - Enhanced error recovery for failed searches
38
+
39
+ #### Technical Improvements
40
+ - **Dependency Management**: Updated Yarn configuration and lockfile (PR #70)
41
+ - Refreshed dependency versions and compatibility
42
+ - Improved package management and build stability
43
+ - Enhanced security through dependency updates
44
+ - Optimized build process and performance
45
+
46
+ - **Version Management**: Consolidated version updates and release process (PR #64)
47
+ - Streamlined version bumping to 2.3.31 → 2.5.0
48
+ - Improved release workflow and automation
49
+ - Better version consistency across components
50
+ - Enhanced change tracking and documentation
51
+
52
+ #### Code Quality
53
+ - **Search Code Optimization**: Removed exactQuery parameter for simplified interface
54
+ - Streamlined search API for better usability
55
+ - Reduced complexity in search parameter handling
56
+ - Improved developer experience with cleaner interface
57
+ - Enhanced search performance through simplified logic
58
+
59
+ ### 🎯 PRODUCTION IMPACT
60
+
61
+ #### Enhanced User Experience
62
+ - **Faster Search Results**: Improved search response times and accuracy
63
+ - **Better Licensing**: Clear MIT licensing improves adoption and integration
64
+ - **Enhanced Reliability**: More stable search functionality with better error handling
65
+ - **Simplified Interface**: Cleaner search API reduces complexity for developers
66
+
67
+ #### Technical Benefits
68
+ - **Updated Dependencies**: Latest MCP SDK ensures compatibility and security
69
+ - **Improved Schema Handling**: Fixed validation issues improve reliability
70
+ - **Better Error Recovery**: Enhanced error handling provides better user feedback
71
+ - **Optimized Performance**: Search improvements provide faster, more accurate results
72
+
73
+ ---
74
+
8
75
  ## [2.3.27] - 2025-07-21 - Bulk Request Architecture & Docker Support
9
76
 
10
77
  ### 🚀 MAJOR ENHANCEMENT: Bulk Request System with Advanced Parallelization
package/README.md CHANGED
@@ -5,9 +5,10 @@
5
5
  <div>
6
6
  <img src="./assets/logo.png" width="400px">
7
7
 
8
- [![Version](https://img.shields.io/badge/version-2.4.0-blue.svg)](./package.json)
8
+ [![Version](https://img.shields.io/badge/version-2.5.1-blue.svg)](./package.json)
9
9
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](./package.json)
10
10
  [![MCP](https://img.shields.io/badge/MCP-Compatible-purple.svg)](https://modelcontextprotocol.io/)
11
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2.svg?logo=discord&logoColor=white)](https://discord.gg/beTNk8at)
11
12
  [![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-☕-orange.svg)](https://buymeacoffee.com/bgauryy)
12
13
 
13
14
  </div>
@@ -15,6 +16,7 @@
15
16
  ## 🌐 For More Details - [octocode.ai](https://octocode.ai)
16
17
  ## 📚 For Technical Details - [Technical Summary](./docs/summary.md)
17
18
  ## 🐳 For Docker Setup - [Docker Guide](./docker/README.Docker.md)
19
+ ## 💬 Join Our Community - [Discord](https://discord.gg/beTNk8at) - Follow this for useful updates and discussions
18
20
 
19
21
  **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.
20
22