From a0a66ecd357330d0575e32b197f95503829b4d0b Mon Sep 17 00:00:00 2001 From: Dynamicfeedai <170644306+Dynamicfeedai@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:42:02 +1000 Subject: [PATCH 1/2] Add Dynamic Feed (MCP + A2A) to implementations Hosted keyless MCP server and A2A agent serving verifiable live-data facts, with an open-source reliability validator (Python + JavaScript). Co-Authored-By: Claude Opus 4.8 --- apps/web/src/data/implementations.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/apps/web/src/data/implementations.json b/apps/web/src/data/implementations.json index 26174c2..2db00f5 100644 --- a/apps/web/src/data/implementations.json +++ b/apps/web/src/data/implementations.json @@ -23,5 +23,18 @@ "base": true, "examples": true } + }, + "dynamicfeed/dynamic-feed": { + "name": "Dynamic Feed", + "description": "Hosted keyless MCP server and A2A agent that serves verifiable live-data facts to AI agents. Every datapoint carries an Ed25519-signed provenance envelope and an OKF reliability grade (confidence band, basis, source count, verified flag, observation vantage). An open-source, zero-dependency reference validator ships in Python and JavaScript at github.com/dynamicfeed/df-verify.", + "standards": ["mcp", "a2a"], + "languages": ["python", "javascript"], + "maintainers": ["dynamicfeed"], + "official": false, + "website": "https://dynamicfeed.ai", + "levels": { + "base": true, + "examples": true + } } } From dd4c07cbcccb02bc5e67d7eb2dc9c00108299e6c Mon Sep 17 00:00:00 2001 From: Dynamicfeedai <170644306+Dynamicfeedai@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:24:53 +1000 Subject: [PATCH 2/2] Point the entry at the public dynamicfeed/agent repo (was a private-repo key that 404'd) The previous key 'dynamicfeed/dynamic-feed' case-insensitively resolved to the org's PRIVATE backend repo, so the generated AWESOME.md would have rendered a dead title link and a 'repo not found' stars badge. dynamicfeed/agent is the public home for the hosted MCP + A2A implementation; website still points at dynamicfeed.ai. Co-Authored-By: Claude Opus 4.8 --- apps/web/src/data/implementations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/data/implementations.json b/apps/web/src/data/implementations.json index 2db00f5..c3f61b6 100644 --- a/apps/web/src/data/implementations.json +++ b/apps/web/src/data/implementations.json @@ -24,7 +24,7 @@ "examples": true } }, - "dynamicfeed/dynamic-feed": { + "dynamicfeed/agent": { "name": "Dynamic Feed", "description": "Hosted keyless MCP server and A2A agent that serves verifiable live-data facts to AI agents. Every datapoint carries an Ed25519-signed provenance envelope and an OKF reliability grade (confidence band, basis, source count, verified flag, observation vantage). An open-source, zero-dependency reference validator ships in Python and JavaScript at github.com/dynamicfeed/df-verify.", "standards": ["mcp", "a2a"],