add settings.json

This commit is contained in:
martin 2026-02-04 20:47:58 +01:00
parent 45a5e33f99
commit 8f946beaac

15
settings.json Normal file
View File

@ -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
}