Added more details to manifest

This commit is contained in:
2026-03-22 16:59:16 -05:00
parent 3ef2616e70
commit 26d7d37d43

View File

@@ -4,11 +4,28 @@
"version": "1.0.0", "version": "1.0.0",
"display_name": "Obsidian CLI Bundle", "display_name": "Obsidian CLI Bundle",
"description": "MCP Bundle for Obsidian CLI - Enable AI assistants to manage Obsidian vaults through conversational interface", "description": "MCP Bundle for Obsidian CLI - Enable AI assistants to manage Obsidian vaults through conversational interface",
"long_description": "This MCP bundle provides a comprehensive set of tools for AI assistants to interact with and manage Obsidian vaults. It includes capabilities for creating, reading, updating, and deleting notes, managing links and tags, handling tasks, and more. With this bundle, AI assistants can seamlessly integrate with Obsidian to help users organize their knowledge and workflows.",
"author": { "author": {
"name": "Obsidian MCP Contributors", "name": "Peter Morton",
"url": "https://github.com/obsidian-mcp/obsidian-mcp-bundle" "email": "Peter.Morton@verint.com",
"url": "https://git.mortons.site/Peter.Morton/obsidian-mcp"
}, },
"homepage": "https://github.com/obsidian-mcp/obsidian-mcp-bundle", "repository": {
"type": "git",
"url": "https://git.mortons.site/Peter.Morton/obsidian-mcp.git"
},
"homepage": "https://git.mortons.site/Peter.Morton/obsidian-mcp",
"documentation": "https://git.mortons.site/Peter.Morton/obsidian-mcp/src/branch/main/README.md",
"support": "https://git.mortons.site/Peter.Morton/obsidian-mcp/issues",
"keywords": [
"obsidian",
"notes",
"note-taking",
"knowledge management",
"vault",
"markdown",
"daily notes"
],
"license": "MIT", "license": "MIT",
"icon": "assets/icon.png", "icon": "assets/icon.png",
"server": { "server": {
@@ -16,15 +33,20 @@
"entry_point": "dist/index.js", "entry_point": "dist/index.js",
"mcp_config": { "mcp_config": {
"command": "node", "command": "node",
"args": [ "args": ["${__dirname}/dist/index.js"],
"${__dirname}/dist/index.js"
],
"env": { "env": {
"OBSIDIAN_VAULT": "${user_config.vault_name}", "OBSIDIAN_VAULT": "${user_config.vault_name}",
"MCP_LOG_LEVEL": "info" "MCP_LOG_LEVEL": "info"
} }
} }
}, },
"compatibility": {
"claude_desktop": ">=1.1.0",
"platforms": ["darwin", "win32", "linux"],
"runtimes": {
"node": ">=24.13.0"
}
},
"user_config": { "user_config": {
"vault_name": { "vault_name": {
"type": "string", "type": "string",