diff --git a/.claude/settings.json b/.claude/settings.json index 6683e90..a155622 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,6 +3,7 @@ "PreToolUse": [] }, "enabledPlugins": { - "kyberforge@holocron": true + "kyberforge@holocron": true, + "bin@holocron": true } } diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..6e11959 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "obsidian": { + "type": "stdio", + "command": "npx", + "args": [ + "@bitbonsai/mcpvault@latest", + "docs/" + ] + } + } +} \ No newline at end of file