Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 2.08 KB

File metadata and controls

61 lines (43 loc) · 2.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.2] - 2025-12-26

Added

  • 4 new prompts for guided discovery and analysis:
    • discover-requests: Discover relevant feature requests for a product or topic
    • analyze-trends: Analyze patterns and trends in feature requests
    • compare-platforms: Compare requests across Reddit, X, and GitHub
    • find-quick-wins: Identify frequently requested features for roadmap planning
  • 4 new resources for context and examples:
    • topics://list: Available topics organized by category
    • guide://getting-started: Quick start guide with examples
    • examples://queries: Example queries for common use cases
    • stats://limits: API rate limits and usage information
  • LobeHub MCP badge to README

Improved

  • Enhanced mcp.json manifest with prompts and resources metadata
  • Updated README with comprehensive prompts and resources documentation
  • Better user onboarding experience with guided prompts
  • Improved LobeHub quality score through additional MCP features

Technical

  • Registered prompts in src/prompts/index.ts
  • Registered resources in src/resources/index.ts
  • Updated main server initialization to include prompts and resources

[1.2.0] - 2025-12-21

Added

  • scrape_requests tool - Start on-demand scrape jobs to collect fresh feature requests
    • Supports topic and platform selection
    • Optional wait parameter to poll for completion (default: true, max 2 min)
    • Returns job status and results count

[1.1.0] - 2025-12-21

Removed

  • get_trending tool - Trending feature removed from RequestHunt

[1.0.0] - 2025-12-18

Added

  • Initial release
  • search_requests tool - Full-text search with AI topic expansion
  • list_requests tool - List requests with filters and pagination
  • get_topics tool - List available topics by category
  • Support for Claude Desktop via stdio transport
  • MIT License