From 26d7d37d43d98426e77203edddc28d5843431d86 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Sun, 22 Mar 2026 16:59:16 -0500 Subject: [PATCH] Added more details to manifest --- manifest.json | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 54b357c..2f48939 100644 --- a/manifest.json +++ b/manifest.json @@ -4,11 +4,28 @@ "version": "1.0.0", "display_name": "Obsidian CLI Bundle", "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": { - "name": "Obsidian MCP Contributors", - "url": "https://github.com/obsidian-mcp/obsidian-mcp-bundle" + "name": "Peter Morton", + "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", "icon": "assets/icon.png", "server": { @@ -16,15 +33,20 @@ "entry_point": "dist/index.js", "mcp_config": { "command": "node", - "args": [ - "${__dirname}/dist/index.js" - ], + "args": ["${__dirname}/dist/index.js"], "env": { "OBSIDIAN_VAULT": "${user_config.vault_name}", "MCP_LOG_LEVEL": "info" } } }, + "compatibility": { + "claude_desktop": ">=1.1.0", + "platforms": ["darwin", "win32", "linux"], + "runtimes": { + "node": ">=24.13.0" + } + }, "user_config": { "vault_name": { "type": "string",