From 2390c025c7ba2cd8314eb58e8fc126eee37a5baf Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Jul 2026 16:20:05 +0000 Subject: [PATCH] fix: server.json repository field must be object not string --- server.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server.json b/server.json index 10eb12c..a7c2d8f 100644 --- a/server.json +++ b/server.json @@ -4,7 +4,10 @@ "title": "NeuroGhost", "description": "A shared vocabulary registry for neuroscience data. Search and compare concepts across schemas (BIDS, NWB, DANDI, BBQS, openMINDS, AIND), diff schemas, transform data records between formats, and submit new schemas.", "version": "1.0.0", - "repository": "https://github.com/sensein/NeuroGhost", + "repository": { + "url": "https://github.com/sensein/NeuroGhost", + "source": "github" + }, "websiteUrl": "https://sensein.group/NeuroGhost/", "license": "CC0-1.0", "packages": [