From 3593e1f28f97728040f41a4504b35830c3d3e06b Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Sun, 4 Jan 2026 06:40:17 -0500 Subject: [PATCH] Auto-use public credentials when testing public test agent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When testing against the public test agent (test-agent.adcontextprotocol.org), automatically use the known public credentials. This removes the need to first run setup_test_agent before being able to test. Changes: - Add PUBLIC_TEST_AGENT constant with URL, token, and name - Auto-apply credentials in test_adcp_agent when URL matches - Show "_Using public test agent credentials._" in output - Refactor setup_test_agent to use the same constant - Use case-insensitive URL comparison for robustness 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .changeset/clean-groups-press.md | 2 ++ server/src/addie/mcp/member-tools.ts | 48 ++++++++++++++++++++-------- 2 files changed, 36 insertions(+), 14 deletions(-) create mode 100644 .changeset/clean-groups-press.md diff --git a/.changeset/clean-groups-press.md b/.changeset/clean-groups-press.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/clean-groups-press.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/server/src/addie/mcp/member-tools.ts b/server/src/addie/mcp/member-tools.ts index d1981adbe0..98952d6667 100644 --- a/server/src/addie/mcp/member-tools.ts +++ b/server/src/addie/mcp/member-tools.ts @@ -56,6 +56,21 @@ const KNOWN_OPEN_SOURCE_AGENTS: Record