Add Obsidian MCP server setup
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "second-brain",
|
||||
"version": "1.0.0",
|
||||
"description": "A personal knowledge base and system for capturing, organizing, and synthesizing knowledge.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"obsidian-mcp-server": "^2.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user