feat: Add CLI package

This commit is contained in:
David Soria Parra
2024-12-18 15:26:02 +00:00
parent 15cd7df87f
commit 87cee0ff33
5 changed files with 646 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp"
version = "1.1.2.dev0"
version = "1.2.0.dev0"
description = "Model Context Protocol SDK"
readme = "README.md"
requires-python = ">=3.10"
@@ -33,6 +33,10 @@ dependencies = [
[project.optional-dependencies]
rich = ["rich>=13.9.4"]
cli = ["typer>=0.12.4", "python-dotenv>=1.0.0"]
[project.scripts]
mcp = "mcp.cli:app [cli]"
[tool.uv]
resolution = "lowest-direct"