diff --git a/pyproject.toml b/pyproject.toml index 48036c6..6fa835a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ ] requires-python = ">=3.10" readme = "README.md" -license = { text = "Apache-2.0" } +license = { text = "MIT" } [project.scripts] fastmcp = "fastmcp.cli:app"