From 22c4b0ff80d74c9d7e31f21c8584a40f0b933c37 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Wed, 20 Nov 2024 16:12:21 +0000 Subject: [PATCH] Add URLs --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 03a50a8..62377d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,12 @@ dependencies = [ "sse-starlette>=2.0", ] +[project.urls] +Homepage = "https://modelcontextprotocol.io" +Documentation = "https://modelcontextprotocol.io/api-reference/" +Repository = "https://github.com/modelcontextprotocol/python-sdk" +Issues = "https://github.com/modelcontextprotocol/python-sdk/issues" + [tool.hatch.build.targets.wheel] packages = ["src/mcp"]