Skip to main content
Glama
index.d.ts398 B
import * as React from 'react'; type Direction = 'ltr' | 'rtl'; interface DirectionProviderProps { children?: React.ReactNode; dir: Direction; } declare const DirectionProvider: React.FC<DirectionProviderProps>; declare function useDirection(localDir?: Direction): Direction; declare const Provider: React.FC<DirectionProviderProps>; export { DirectionProvider, Provider, useDirection };

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/kkShrihari/miEAA3_mcp'

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