Skip to main content
Glama
stsRegionDefaultResolver.jsโ€ข680 B
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@smithy/config-resolver"; import { loadConfig } from "@smithy/node-config-provider"; export function stsRegionDefaultResolver(loaderConfig = {}) { return loadConfig({ ...NODE_REGION_CONFIG_OPTIONS, async default() { if (!warning.silence) { console.warn("@aws-sdk - WARN - default STS region of us-east-1 used. See @aws-sdk/credential-providers README and set a region explicitly."); } return "us-east-1"; }, }, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }); } export const warning = { silence: 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