From be5578880a4654a76eb0ce56aacea1ddea26e54b Mon Sep 17 00:00:00 2001 From: Haifeng Zhang Date: Tue, 19 May 2026 18:10:27 +0800 Subject: [PATCH] fix(manifest): point author at the GitHub profile The MCPB Desktop Extensions submission form requires manifest.json's `author` field to point at a GitHub profile. Add author.url = https://github.com/OpenmartAI. Co-Authored-By: Claude Opus 4.7 --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4ac9fe0..d0687c0 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,8 @@ "version": "0.1.4", "description": "Find local businesses and their decision-maker contacts with Openmart.", "author": { - "name": "Openmart" + "name": "Openmart", + "url": "https://github.com/OpenmartAI" }, "homepage": "https://www.openmart.com", "documentation": "https://github.com/OpenmartAI/openmart-mcp-server#readme",