Skip to main content
Glama
index.ts604 B
/** * Request handling module. * * This module contains utilities for building and working with HTTP requests * based on OpenAPI specifications. */ export { buildRequest, buildRequestInit } from './request-builder.ts'; export { bucketArgs, createSearchParams, createFormData, appendData, type BucketLocation, type BucketOperation, type BucketedArgs, type JsonObject, type JsonValue, type OasRequestArgs, type ServerVariable, } from './request-utils.ts'; export { getBaseUrl } from './url-utils.ts'; export { parseTemplate, type TemplateInterface } from './template-utils.ts';

Latest Blog Posts

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/wycats/mcpify'

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