From 6a8cf4ca4674ee86c75bfeeb6f228c1fa76bbf92 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 20 Nov 2024 14:00:33 +0000 Subject: [PATCH] Add URLs to pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 03a50a8..85eea8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,10 @@ dependencies = [ "sse-starlette>=2.0", ] +[project.urls] +Homepage = "https://modelcontextprotocol.io" +Repository = "https://github.com/modelcontextprotocol/python-sdk" + [tool.hatch.build.targets.wheel] packages = ["src/mcp"]