diff --git a/client/package.json b/client/package.json index 3c93738..9406bd7 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 6f293ce..209eb11 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 296b6a0..32e73cc 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": {