Summary
Move the mcp-rss-search MCP server from the mcp-context-forge monorepo into this repository at mcp-servers/python/mcp-rss-search/, as part of the MCP server migration tracked in IBM/mcp-context-forge#6228.
What to move
Copy the contents of mcp-servers/python/mcp-rss-search/ from IBM/mcp-context-forge verbatim:
mcp-servers/python/mcp-rss-search/
├── Containerfile
├── Makefile
├── README.md
├── pyproject.toml
├── src/
│ └── mcp_rss_search/
│ ├── __init__.py
│ └── server_fastmcp.py
├── test_live.sh
└── tests/
Dependencies (as-is)
From pyproject.toml:
fastmcp>=3.4.4
feedparser>=6.0.12
httpx>=0.28.1
orjson>=3.11.9
pydantic>=2.13.4
python-dateutil>=2.9.0.post0
The server is moved as-is. Version constraint updates are tracked separately (see sub-issues).
Acceptance criteria
References
Summary
Move the
mcp-rss-searchMCP server from the mcp-context-forge monorepo into this repository atmcp-servers/python/mcp-rss-search/, as part of the MCP server migration tracked in IBM/mcp-context-forge#6228.What to move
Copy the contents of
mcp-servers/python/mcp-rss-search/fromIBM/mcp-context-forgeverbatim:Dependencies (as-is)
From
pyproject.toml:The server is moved as-is. Version constraint updates are tracked separately (see sub-issues).
Acceptance criteria
mcp-servers/python/mcp-rss-search/in this repositorypyproject.tomlis present and installable (pip install -e mcp-servers/python/mcp-rss-search)References