From 1ddd2d7aaab3c9b7e7e536e218971d5958bad091 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Mon, 11 Nov 2024 12:15:52 +0000 Subject: [PATCH] Disallow publishing root package for now --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fff0fee..f1550fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@modelcontextprotocol/inspector", "version": "0.1.0", + "private": true, "description": "Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)",