diff --git a/client/package.json b/client/package.json index 6f231f4..9720f0b 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "description": "Client-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", - "homepage": "https://modelcontextprotocol.github.io", + "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/inspector/issues", "type": "module", "bin": { diff --git a/package.json b/package.json index 01c6e2b..d1eaccb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", - "homepage": "https://modelcontextprotocol.github.io", + "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/inspector/issues", "type": "module", "bin": { diff --git a/server/package.json b/server/package.json index 900c9c7..fd43209 100644 --- a/server/package.json +++ b/server/package.json @@ -4,7 +4,7 @@ "description": "Server-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", - "homepage": "https://modelcontextprotocol.github.io", + "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/inspector/issues", "type": "module", "bin": {