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}" + } + } +}