diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-09 22:37:26 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-09 22:37:26 -0500 |
| commit | 828889c87a304174837b070416769973f4fae0c5 (patch) | |
| tree | cbdeef5dd38e30bd4e6bf0275f38e54753e000bd /dotfiles/common/.claude/.mcp.json | |
| parent | 5d5996fca6b193d025c27df39dd1a312dcfe4e5a (diff) | |
| download | archsetup-828889c87a304174837b070416769973f4fae0c5.tar.gz archsetup-828889c87a304174837b070416769973f4fae0c5.zip | |
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.
Diffstat (limited to 'dotfiles/common/.claude/.mcp.json')
| -rw-r--r-- | dotfiles/common/.claude/.mcp.json | 7 |
1 files changed, 7 insertions, 0 deletions
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/" + } + } +} |
