Skip to content

[CHORE]: Move mcp-rss-search to mcp-servers/python/mcp-rss-search #30

Description

@jonpspri

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

  • Server lands at mcp-servers/python/mcp-rss-search/ in this repository
  • pyproject.toml is present and installable (pip install -e mcp-servers/python/mcp-rss-search)
  • Existing tests pass
  • CI covers the server (lint + test)
  • README updated to reflect new home

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions