From 96b9e56f57e1f0be9cb9b36ee32829bea940232c Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 20 Nov 2024 13:54:27 +0000 Subject: [PATCH] Fix package homepage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e437037ab..492e214f0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Model Context Protocol implementation for TypeScript", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", - "homepage": "https://modelcontextprotocol.github.io", + "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/typescript-sdk/issues", "type": "module", "main": "./dist/index.js",