Skip to main content
Glama

microsandbox

by microsandbox
.pre-commit-config.yaml1.53 kB
# See https://pre-commit.com for more information # pre-commit install # pre-commit install --hook-type commit-msg exclude: ^(LICENSE|LICENSE*) repos: - repo: local hooks: - id: fmt name: fmt description: Format rust files. entry: cargo +nightly fmt language: system types: [rust] args: ["--", "--check"] - id: cargo-check name: cargo check description: Check the package for errors. entry: cargo check language: system types: [rust] pass_filenames: false - id: clippy name: clippy description: Lint via clippy entry: cargo clippy language: system args: ["--", "-D", "warnings"] types: [rust] pass_filenames: false - repo: https://github.com/DevinR528/cargo-sort rev: v1.0.9 hooks: - id: cargo-sort args: [] - repo: https://github.com/compilerla/conventional-pre-commit rev: v2.1.1 hooks: - id: conventional-pre-commit stages: - commit-msg - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: no-commit-to-branch args: ["-b", "main"] - id: check-merge-conflict - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-json - id: check-added-large-files args: ['--maxkb=5120'] - id: detect-private-key - id: check-executables-have-shebangs - id: check-toml

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