[project] name = "echo" version = "0.1.0" description = "MCP Server created with Arcade.dev" requires-python = ">=3.10" dependencies = [ "arcade-mcp-server>=1.5.0,<2.0.0", ] [project.optional-dependencies] dev = [ "arcade-mcp[all]>=1.4.0,<2.0.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/echo"] # # Uncomment the following if you are developing inside of the arcade-mcp repo & want to use editable mode # # Otherwise, you will install the following packages from PyPI # [tool.uv.sources] # arcade-mcp = { path = "../../../", editable = true } # arcade-serve = { path = "../../../libs/arcade-serve/", editable = true } # arcade-mcp-server = { path = "../../../libs/arcade-mcp-server/", editable = true }