We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tembo-io/mcp-server-tembo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
description: Prepares the repo for a typical CI job
name: Prepare
runs:
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: "20"
- run: pnpm install --frozen-lockfile
shell: bash
using: composite