We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kpeacocke/souschef'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.test.example•396 B
# Test environment variables for Terraform Provider
# Copy this file to .env.test and modify as needed
# Enable Terraform acceptance tests
TF_ACC=1
# Terraform version constraint (optional)
TF_VERSION=1.5.0
# Test configuration
TEST_TIMEOUT=30m
# Provider configuration for tests
SOUSCHEF_API_URL=http://localhost:3000
SOUSCHEF_TIMEOUT=30
# Logging
TF_LOG=INFO
TF_LOG_PATH=./test-output.txt