From 7122d66e1c81b047da49d792bb56f53d06285e3c Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 26 Oct 2025 12:30:27 -0400 Subject: [PATCH] docs: add funding links and update description - Added Buy Me a Coffee and GitHub Sponsor funding links to manifest.json - Fixed description formatting with proper punctuation - Updated manifest schema to include fundingUrl section --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9c4cc49..4a55dfb 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,11 @@ "name": "MCP Server", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Exposes Obsidian vault operations via Model Context Protocol (MCP) over HTTP", + "description": "Exposes Obsidian vault operations via Model Context Protocol (MCP) over HTTP.", "author": "William Ballou", - "isDesktopOnly": true + "isDesktopOnly": true, + "fundingUrl": { + "Buy Me a Coffee": "https://buymeacoffee.com/xe138", + "GitHub Sponsor": "https://github.com/sponsors/Xe138" + } }