We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oculairmedia/Letta-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test:
cargo test --all
watch-test:
watchexec -- "reset && just test"
build:
cargo build --all
watch-build:
watchexec -- "reset && just build"
coverage:
cargo tarpaulin --all-features --out Xml && pycobertura show cobertura.xml
doc:
cargo doc --all-features
watch-doc:
watchexec -- "just doc && cargo test --all-features --doc"
tree:
tree -I target
test-ccase: build-ccase
cargo test -p ccase --no-fail-fast
build-ccase:
cargo build -p ccase
run *OPTIONS:
cargo run -p ccase -- {{OPTIONS}}