[project]
name = "databricks-mcp-proxy"
version = "0.1.0"
description = "MCP proxy server for Databricks with OAuth U2M authentication"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mcp>=1.0.0",
"requests>=2.28.0",
"databricks-sdk>=0.20.0",
"databricks-mcp",
"pyyaml>=6.0",
]
[project.scripts]
databricks-mcp-proxy = "databricks_mcp_proxy.main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/databricks_mcp_proxy"]