From 52018b1ac41c355c965437beaeafedb96fa6f4ab Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 9 Apr 2026 22:37:26 -0500 Subject: feat: add Claude Code settings to stowed dotfiles Add commands, settings, MCP config, and humanizer skill to dotfiles/common for GNU Stow management across machines. --- dotfiles/common/.claude/.mcp.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dotfiles/common/.claude/.mcp.json (limited to 'dotfiles/common/.claude/.mcp.json') diff --git a/dotfiles/common/.claude/.mcp.json b/dotfiles/common/.claude/.mcp.json new file mode 100644 index 0000000..a524320 --- /dev/null +++ b/dotfiles/common/.claude/.mcp.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "miro": { + "url": "https://mcp.miro.com/" + } + } +} -- cgit v1.2.3