We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaniv-golan/mcp-bash-framework'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
http_proxy.sh•361 B
#!/usr/bin/env bash
# Compatibility: placeholder for proxy bridge smoke test.
set -euo pipefail
if [ -z "${MCP_COMPAT_PROXY_BIN:-}" ]; then
printf 'SKIP: Set MCP_COMPAT_PROXY_BIN to run proxy compatibility tests.\n'
exit 0
fi
printf 'SKIP: HTTP proxy compatibility harness not yet implemented (MCP_COMPAT_PROXY_BIN=%s).\n' "${MCP_COMPAT_PROXY_BIN}"
exit 0