Current section
Files
Jump to
Current section
Files
aide_generator
gleam.toml
gleam.toml
name = "aide_generator"
version = "0.3.0"
description = "Generate encoders and decoders for MCP tools "
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "aide_generator" }
links = []
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
# oas for json_schema
oas = ">= 7.2.0 and < 8.0.0"
glance = "< 4.0.0"
oas_generator = ">= 2.1.1 and < 3.0.0"
glance_printer = ">= 3.0.0 and < 4.0.0"
aide = ">= 0.6.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
# blocked by versions of glance
birdie = ">= 1.2.7 and < 2.0.0"