Skip to main content
Glama
MarkdownWithSelector.svelte442 B
<script lang="ts"> import type { KeyPath } from '@intlayer/types'; import ContentSelectorWrapper from '../editor/ContentSelectorWrapper.svelte'; import MarkdownRenderer from './MarkdownRenderer.svelte'; export let dictionaryKey: string; export let keyPath: KeyPath[]; export let value: string; </script> <ContentSelectorWrapper {dictionaryKey} {keyPath}> <MarkdownRenderer {dictionaryKey} {keyPath} {value} /> </ContentSelectorWrapper>

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