MCP Server for RSS, Atom, and JSON Feeds

3 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes creating a comprehensive Makefile to standardize common development tasks such as building, testing, linting, formatting, and Docker operations. The goal is to improve developer workflow by centralizing commands currently scattered in documentation, ensuring all tasks from `CLAUDE.md` are covered, and including a helpful `make help` target.

Complexity: 3/5
good first issue developer-experience

MCP Server for RSS, Atom, and JSON Feeds

Go

AI Summary: This issue requires implementing 40 undefined BDD test step definitions across 10 scenarios for transport parsing. The task involves writing Go functions in `model/transport_test.go`, managing test state, and ensuring all scenarios pass, including error and edge cases, with no undefined steps remaining in the test output.

Complexity: 2/5
good first issue testing

MCP Server for RSS, Atom, and JSON Feeds

Go

AI Summary: This issue proposes adding configurable rate limiting to the feed fetching logic to prevent overwhelming servers and getting blocked. The solution involves integrating `golang.org/x/time/rate` with options for global or per-feed limits, burst capacity, and dynamically respecting `robots.txt` and server `Retry-After` headers.

Complexity: 4/5
enhancement good first issue performance

MCP Server for RSS, Atom, and JSON Feeds

Go