Skip to main content
Glama

Terraform Registry MCP Server

by thrashr888
responseUtils.ts524 B
// Mock implementation of responseUtils export const createStandardResponse = jest.fn().mockImplementation((status, content, data) => ({ status, content, data })); export const handleToolError = jest.fn().mockImplementation((error) => { throw error; }); export const formatAsMarkdown = jest.fn().mockImplementation((content) => content); export const formatUrl = jest.fn().mockImplementation((url) => url); export const addStandardContext = jest.fn().mockImplementation((data, context) => ({ ...data, context }));

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/thrashr888/terraform-mcp-server'

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