We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d236246 commit f6c53e6Copy full SHA for f6c53e6
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcp-server-apache-airflow"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "Model Context Protocol (MCP) server for Apache Airflow"
5
authors = [
6
{ name = "Gyeongmo Yang", email = "[email protected]" }
@@ -42,7 +42,7 @@ requires = ["hatchling"]
42
build-backend = "hatchling.build"
43
44
[project.scripts]
45
-mcp-server-apache-airflow = "server:main"
+mcp-server-apache-airflow = "src.main:main"
46
47
[tool.hatch.build.targets.wheel]
48
packages = ["src"]
0 commit comments