Skip to main content
Glama

microsandbox

by microsandbox
Cargo.toml1.01 kB
[package] name = "microsandbox-cli" description = "`microsandbox-cli` implements the CLI for managing microsandbox utilities." authors.workspace = true repository.workspace = true version.workspace = true license.workspace = true edition.workspace = true [[bin]] name = "msb" path = "bin/msb/main.rs" [[bin]] name = "msbrun" path = "bin/msbrun.rs" [[bin]] name = "msbserver" path = "bin/msbserver.rs" [lib] name = "microsandbox_cli" path = "lib/lib.rs" [dependencies] anyhow.workspace = true axum.workspace = true microsandbox-core = { workspace = true, features = ["cli"] } microsandbox-server = { workspace = true, features = ["cli"] } microsandbox-utils = { workspace = true } clap.workspace = true typed-path.workspace = true chrono.workspace = true tokio.workspace = true tracing.workspace = true tracing-subscriber.workspace = true which = "7.0" console.workspace = true pretty-error-debug.workspace = true thiserror.workspace = true tower-http.workspace = true [dev-dependencies] serial_test = "3.2.0"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsandbox/microsandbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server