Skip to main content
Glama
MarkdownMetadataWithSelector.svelte541 B
<script lang="ts"> import type { KeyPath } from '@intlayer/types'; import ContentSelectorWrapper from '../editor/ContentSelectorWrapper.svelte'; import MarkdownMetadataRenderer from './MarkdownMetadataRenderer.svelte'; export let dictionaryKey: string; export let keyPath: KeyPath[]; export let value: string; export let metadataKeyPath: KeyPath[]; </script> <ContentSelectorWrapper {dictionaryKey} {keyPath}> <MarkdownMetadataRenderer {dictionaryKey} {keyPath} {value} {metadataKeyPath} /> </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