From 035070f5bfa368e49173efe97d2fcfe5b771c83c Mon Sep 17 00:00:00 2001 From: Hanweg Altimer Date: Sat, 28 Dec 2024 12:59:31 -0500 Subject: [PATCH] fix requirements --- pyproject.toml | 8 ++++---- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07f1b1c..b77e48e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,19 +3,19 @@ name = "mcp-discord" version = "0.1.0" description = "Discord integration for Model Context Protocol" authors = [ - {name = "Your Name", email = "hanwegaltimer@outlook.com"}, + {name = "Your Name", email = "your.email@example.com"}, ] dependencies = [ "discord.py>=2.3.0", - "modelcontextprotocol>=0.1.0", + "mcp>=0.1.0", ] requires-python = ">=3.10" readme = "README.md" license = {file = "LICENSE"} [project.urls] -Homepage = "https://github.com/hanwegaltimer/mcp-discord" -Repository = "https://github.com/hanwegaltimer/mcp-discord.git" +Homepage = "https://github.com/yourusername/mcp-discord" +Repository = "https://github.com/yourusername/mcp-discord.git" [build-system] requires = ["hatchling"] diff --git a/requirements.txt b/requirements.txt index d4f78c9..f11b132 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ discord.py>=2.3.0 -modelcontextprotocol>=0.1.0 \ No newline at end of file +mcp>=0.1.0 \ No newline at end of file