import { z } from 'zod';
export const configHelperInputSchema = z.object({
configFile: z
.string()
.describe(
'The contents of the circleci config file. This should be the contents of the circleci config file, not the path to the file. Typically located at .circleci/config.yml',
),
});
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/ampcome-mcps/circleci-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server