diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..47eda97 --- /dev/null +++ b/settings.json @@ -0,0 +1,15 @@ +{ + "alwaysThinkingEnabled": true, + "global": { + "systemPromptPath": "/home/md/Work/claude-vault/system/global-instructions.md" + }, + "mcpServers": { + "vault": { + "command": "npx", + "args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/md/Work/claude-vault"] + } + }, + "autoLoadSkills":true, + "usageReporting": false + +}