Skip to main content
Glama

mcp-server-circleci

Official
mcpErrorOutput.ts340 B
import { createErrorResponse, McpErrorResponse } from './mcpResponse.js'; /** * Creates an MCP error response with the provided text * @param text The error message text * @returns A properly formatted MCP error response */ export default function mcpErrorOutput(text: string): McpErrorResponse { return createErrorResponse(text); }

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/CircleCI-Public/mcp-server-circleci'

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