We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hypothesi/mcp-server-tauri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pre-commit•245 B
# Rust checks
cd packages/tauri-plugin-mcp-bridge
cargo fmt --check
cargo clippy -- -D warnings
cd ../..
# JS/TS checks
npm run eslint
# Commitlint (skip if no commits yet)
if git rev-parse HEAD~1 >/dev/null 2>&1; then
npm run commitlint
fi