Skip to main content
Glama

JFrog MCP Server

Official
by jfrog
builds.ts599 B
import { z } from "zod"; export const GetSpecificBuildSchema = z.object({ buildName: z.string().describe("Name of the build to retrieve"), project: z.string().optional().describe("Optional project key to scope the build search") }); export const JFrogBuildDetailsSchema = z.object({ uri: z.string(), buildsNumbers: z.array(z.object({ uri: z.string(), started: z.string().describe("Build start timestamp in ISO8601 format") })) }); export const JFrogBuildsListSchema = z.object({ uri: z.string(), builds: z.array(z.object({ uri: z.string(), lastStarted: z.string() })) });

Latest Blog Posts

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/jfrog/mcp-jfrog'

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