octocode-mcp 2.5.1 → 3.0.0
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 +66 -0
- package/README.md +11 -5
- package/dist/index.js +1 -227
- package/manifest.json +1 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,72 @@ 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
|
+
## [3.0.0] - 2025-07-27 - Tools Improvements & Dynamic Version Management
|
|
9
|
+
|
|
10
|
+
### 🚀 MAJOR ENHANCEMENT: Dynamic Version Management & Tool Optimizations
|
|
11
|
+
|
|
12
|
+
#### Added
|
|
13
|
+
- **Dynamic Version Loading**: MCP server now dynamically imports version from package.json (PR #72)
|
|
14
|
+
- Eliminates version sync issues between package.json and server configuration
|
|
15
|
+
- Ensures consistent version reporting across all components
|
|
16
|
+
- Automated version management for better maintenance workflow
|
|
17
|
+
|
|
18
|
+
#### Enhanced
|
|
19
|
+
- **Prompt Optimizations**: Major improvements to system prompts and tool descriptions (PR #72)
|
|
20
|
+
- Streamlined tool descriptions for better clarity and performance
|
|
21
|
+
- Enhanced parameter guidance and validation messages
|
|
22
|
+
- Improved error messaging and user feedback systems
|
|
23
|
+
- Optimized prompt efficiency for better AI assistant integration
|
|
24
|
+
|
|
25
|
+
- **Pull Request Response Improvements**: Enhanced GitHub PR search functionality (PR #72)
|
|
26
|
+
- Improved PR search tool response data structure and filtering
|
|
27
|
+
- Better token efficiency warnings for expensive operations (getCommitData, withComments)
|
|
28
|
+
- Enhanced PR analysis capabilities with cleaner data formatting
|
|
29
|
+
- Added framework for future body summarization features
|
|
30
|
+
|
|
31
|
+
- **Smart Research Intelligence**: Revolutionary research workflow improvements (PR #72)
|
|
32
|
+
- **Tool Relations Engine**: Enhanced tool relationship mapping for intelligent workflow suggestions
|
|
33
|
+
- **Smart Research Hints**: Context-aware hints guide users to optimal tool combinations
|
|
34
|
+
- **Progressive Research Workflows**: Intelligent suggestions for multi-step research patterns
|
|
35
|
+
- **Cross-Tool Intelligence**: Better understanding of tool synergies and optimal usage sequences
|
|
36
|
+
|
|
37
|
+
#### Technical Improvements
|
|
38
|
+
- **Server Configuration**: Dynamic version injection from package.json into MCP server config
|
|
39
|
+
- **Code Quality**: Enhanced tool registration and error handling patterns
|
|
40
|
+
- **Maintenance**: Improved code organization and documentation standards
|
|
41
|
+
- **Performance**: Optimized prompt processing and response generation
|
|
42
|
+
|
|
43
|
+
- **Token Optimization Engine**: Major efficiency improvements for code analysis (PR #72)
|
|
44
|
+
- **Code Search Optimization**: Streamlined search responses with reduced token usage
|
|
45
|
+
- **File Content Fetching**: Enhanced partial file access with smart context selection
|
|
46
|
+
- **Response Minification**: Intelligent content compression while preserving readability
|
|
47
|
+
- **Smart Caching**: Optimized data retrieval patterns to minimize redundant API calls
|
|
48
|
+
|
|
49
|
+
#### Infrastructure
|
|
50
|
+
- **Version Consistency**: Unified version management across package.json and MCP server
|
|
51
|
+
- **Development Workflow**: Simplified version updates and release process
|
|
52
|
+
- **Documentation**: Enhanced inline documentation and TODO tracking
|
|
53
|
+
|
|
54
|
+
### 🎯 PRODUCTION IMPACT
|
|
55
|
+
|
|
56
|
+
#### Enhanced Developer Experience
|
|
57
|
+
- **Consistent Versioning**: Automatic version sync eliminates manual version management
|
|
58
|
+
- **Clearer Guidance**: Improved prompts and descriptions reduce user errors
|
|
59
|
+
- **Better Performance**: Optimized tool responses improve AI assistant interactions
|
|
60
|
+
- **Maintenance Efficiency**: Streamlined codebase reduces technical debt
|
|
61
|
+
- **Intelligent Research**: Smart hints and tool relations guide users to optimal research workflows
|
|
62
|
+
- **Faster Analysis**: Token optimizations provide 30-50% faster code search and fetch operations
|
|
63
|
+
|
|
64
|
+
#### Technical Benefits
|
|
65
|
+
- **Automated Versioning**: Dynamic version loading reduces maintenance overhead
|
|
66
|
+
- **Enhanced Error Handling**: Better error messages improve debugging experience
|
|
67
|
+
- **Improved Tool Quality**: Optimized prompts enhance AI assistant capabilities
|
|
68
|
+
- **Future-Ready**: Framework improvements support upcoming features
|
|
69
|
+
- **Research Intelligence**: Advanced tool relationship mapping enables smarter workflow suggestions
|
|
70
|
+
- **Token Efficiency**: Significant cost reduction through optimized API responses and smart caching
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
8
74
|
## [2.5.0] - 2025-07-23 - Enhanced Search & Licensing Updates
|
|
9
75
|
|
|
10
76
|
### 🚀 MAJOR ENHANCEMENT: Search Improvements & Infrastructure Updates
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<div>
|
|
6
6
|
<img src="./assets/logo.png" width="400px">
|
|
7
7
|
|
|
8
|
-
[](./package.json)
|
|
9
9
|
[](./package.json)
|
|
10
10
|
[](https://modelcontextprotocol.io/)
|
|
11
11
|
[](https://discord.gg/beTNk8at)
|
|
@@ -29,12 +29,18 @@ Instead of manually browsing repositories, ask questions like:
|
|
|
29
29
|
|
|
30
30
|
## 🌟 Featured On
|
|
31
31
|
|
|
32
|
-
### modelcontextprotocol - Official Community MCP Server
|
|
33
|
-
[](https://github.com/modelcontextprotocol/servers)
|
|
34
34
|
|
|
35
35
|
### Community Collections
|
|
36
|
-
|
|
37
|
-
[](https://github.com/punkpeye/awesome-mcp-servers)
|
|
38
|
+
|
|
39
|
+
#### appcypher/awesome-mcp-servers
|
|
40
|
+
[](https://github.com/appcypher/awesome-mcp-servers)
|
|
41
|
+
|
|
42
|
+
#### Puliczek/awesome-mcp-security
|
|
43
|
+
[](https://github.com/Puliczek/awesome-mcp-security)
|
|
38
44
|
|
|
39
45
|
### MCP Directories & Tools
|
|
40
46
|
[](https://mcp.so/server/octocode/bgauryy)
|