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.
- 4 new prompts for guided discovery and analysis:
discover-requests: Discover relevant feature requests for a product or topicanalyze-trends: Analyze patterns and trends in feature requestscompare-platforms: Compare requests across Reddit, X, and GitHubfind-quick-wins: Identify frequently requested features for roadmap planning
- 4 new resources for context and examples:
topics://list: Available topics organized by categoryguide://getting-started: Quick start guide with examplesexamples://queries: Example queries for common use casesstats://limits: API rate limits and usage information
- LobeHub MCP badge to README
- 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
- Registered prompts in
src/prompts/index.ts - Registered resources in
src/resources/index.ts - Updated main server initialization to include prompts and resources
scrape_requeststool - Start on-demand scrape jobs to collect fresh feature requests- Supports topic and platform selection
- Optional
waitparameter to poll for completion (default: true, max 2 min) - Returns job status and results count
get_trendingtool - Trending feature removed from RequestHunt
- Initial release
search_requeststool - Full-text search with AI topic expansionlist_requeststool - List requests with filters and paginationget_topicstool - List available topics by category- Support for Claude Desktop via stdio transport
- MIT License