DynamoDB MCP Server

[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "example" version = "0.1.0" description = "Example project for testing" requires-python = ">=3.12" dependencies = [] [project.optional-dependencies] test = [ "pytest>=7.0.0" ]