From b5718c432f6f7495d2525e102a20461b40ddf62a Mon Sep 17 00:00:00 2001 From: Trent Blackburn Date: Sat, 4 Jul 2026 12:04:32 -0400 Subject: [PATCH] chore: Pre-approve the github-projects MCP server for all clones Cloud sessions cannot grant the one-time interactive trust approval that project-scoped MCP servers require, so the github-projects server from .mcp.json (added in #130) connected as "Pending approval" and exposed no tools. Committing enabledMcpjsonServers approves that specific named server for every clone of this repo. Reviewer note: because this pre-approves whatever the github-projects entry in .mcp.json points at, future changes to .mcp.json deserve the same review scrutiny as workflow files. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_018ypQTqqVy5n8xMPxQSKLMC --- .claude/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..2a2bb52 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,3 @@ +{ + "enabledMcpjsonServers": ["github-projects"] +}