From c621bd13842f0d5a7e25278863d4a6352f21b131 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 20 Feb 2026 10:29:41 -0500 Subject: [PATCH] Add MCP server configuration for animaniacs --- .mcp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..c5c8606 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,10 @@ +{ + "mcpServers": { + "kubernetes (animaniacs)": { + "type": "http", + "url": "https://mcp.animaniacs.farh.net", + "headers": { + "Authorization: Basic ${BEARER_TOKEN}" + } + } +}