We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scenic-contrib/scenic_mcp_experimental'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import Config
# Configure the test environment
config :scenic_mcp,
# Use a different port for tests to avoid conflicts
port: 9972
# Reduce log level in tests
config :logger,
level: :warning
# Configure ExCoveralls
config :excoveralls,
highlight_files: true,
minimum_coverage: 80