Skip to content

Releases: Hint-Services/obsidian-github-mcp

Release v0.5.0: Enhanced search diagnostics and error handling

14 Sep 15:18

Choose a tag to compare

🔍 Enhanced Search Diagnostics & Error Handling

🆕 New Features

diagnoseSearch Tool

  • Comprehensive repository health analysis
  • Detects GitHub indexing issues and size limitations
  • Provides specific recommendations for search problems
  • Analyzes repository size, privacy settings, and search capabilities

Enhanced Search Diagnostics

  • Automatic repository analysis when search returns empty results
  • Intelligent detection of unindexed or oversized repositories
  • Clear explanations of search limitations and alternative approaches

Improved Error Handling

  • Better validation error messages with query suggestions
  • Rate limiting guidance with retry instructions
  • Authentication error detection with scope recommendations

🚀 Improvements

  • Search Experience: Enhanced result formatting with better match indicators
  • Build System: Improved stability with workspace dependency fixes and Docker compatibility
  • Test Coverage: Comprehensive diagnostic feature testing
  • User Guidance: Clearer error messages and actionable recommendations

🐛 Fixes

  • Build errors related to workspace dependencies and Docker configurations
  • Smithery build compatibility issues
  • Type casting improvements for better type safety

📚 Documentation

  • Migration Guide: Complete guide for transitioning from Docker to HTTP streaming interface
  • Enhanced examples for diagnostic tools and troubleshooting workflows

This release significantly improves the user experience when encountering search issues, providing intelligent diagnostics and clear guidance for resolving problems.

🤖 Generated with Claude Code

Release v0.4.0: HTTP Streaming Interface

29 Aug 00:59

Choose a tag to compare

What's Changed

🚀 Major Migration

  • HTTP Streaming Interface: Migrated from Docker-based deployment to HTTP streaming interface using Smithery
  • Simplified Deployment: Removed Docker dependencies for easier integration and deployment
  • Enhanced Performance: HTTP streaming provides better performance characteristics for MCP operations

📦 Technical Changes

  • Added Smithery build configuration and output
  • Removed Docker build files and dependencies
  • Updated package dependencies for HTTP streaming support
  • Maintained all existing MCP tool functionality

🔧 Deployment Notes

  • This version requires HTTP streaming interface support
  • Docker deployment is no longer supported - use the new HTTP interface instead
  • All existing MCP tools remain fully functional

Full Changelog: v0.3.0...v0.4.0