Skip to content

Commit 96b9e56

Browse files
committed
Fix package homepage
1 parent 470d39f commit 96b9e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Model Context Protocol implementation for TypeScript",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
7-
"homepage": "https://modelcontextprotocol.github.io",
7+
"homepage": "https://modelcontextprotocol.io",
88
"bugs": "https://github.com/modelcontextprotocol/typescript-sdk/issues",
99
"type": "module",
1010
"main": "./dist/index.js",

0 commit comments

Comments
 (0)