Skip to main content
Glama
app.content.tsx736 B
import { type Dictionary, t } from 'intlayer'; import type { ReactNode } from 'react'; const appContent = { key: 'app', content: { getStarted: t<ReactNode>({ en: ( <> Edit <code>src/App.tsx</code> and save to reload </> ), fr: ( <> Éditez <code>src/App.tsx</code> et enregistrez pour recharger </> ), es: ( <> Edita <code>src/App.tsx</code> y guarda para recargar </> ), }), reactLink: { href: 'https://reactjs.org', content: t({ en: 'Learn React', fr: 'Apprendre React', es: 'Aprender React', }), }, }, } satisfies Dictionary; export default appContent;

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/aymericzip/intlayer'

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