feat: add mcp-rss server and declarative digest cron job - #75
Merged
haras-unicorn merged 4 commits intoAug 19, 2026
Merged
Conversation
- Add mcp-rss as a flake input - Configure mcp-rss server in ZeroClaw MCP config - Add rss to dev MCP bundle - Declare digest cron job running every 3 hours
haras-unicorn
force-pushed
the
feat/mcp-rss-and-cron
branch
from
August 19, 2026 10:10
6172ca1 to
f325ea4
Compare
haras-unicorn
force-pushed
the
feat/mcp-rss-and-cron
branch
from
August 19, 2026 10:44
f325ea4 to
cf56701
Compare
haras-unicorn
force-pushed
the
feat/mcp-rss-and-cron
branch
from
August 19, 2026 11:09
cf56701 to
b975efa
Compare
haras-unicorn
force-pushed
the
feat/mcp-rss-and-cron
branch
from
August 19, 2026 12:33
3ed601f to
be7bae9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's new
mcp-rssas a flake input and configured it as an MCP server in ZeroClaw.digestjob to thecronconfig, running every 3 hours to fetch and summarize new items from RSS/Atom feeds.Changes
flake.nix: Addedmcp-rssinput.src/modules/ai/zeroclaw/default.nix:rssto MCP servers and thedevbundle.cronconfiguration for the digest job.