Skip to main content
Glama
NodeUseFipsEndpointConfigOptions.jsโ€ข542 B
import { booleanSelector, SelectorType } from "@smithy/util-config-provider"; export const ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT"; export const CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint"; export const DEFAULT_USE_FIPS_ENDPOINT = false; export const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = { environmentVariableSelector: (env) => booleanSelector(env, ENV_USE_FIPS_ENDPOINT, SelectorType.ENV), configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_FIPS_ENDPOINT, SelectorType.CONFIG), default: false, };

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/consigcody94/office-whisperer'

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