Skip to main content
Glama
MIT License
27,120
19,789
  • Linux
  • Apple
configKo.tsโ€ข3.08 kB
import { type DefaultTheme, defineConfig } from 'vitepress'; export const configKo = defineConfig({ lang: 'ko', description: '์ฝ”๋“œ๋ฒ ์ด์Šค๋ฅผ AI ์นœํ™”์ ์ธ ํ˜•์‹์œผ๋กœ ํŒจํ‚ค์ง•', themeConfig: { nav: [ { text: '๊ฐ€์ด๋“œ', link: '/ko/guide/', activeMatch: '^/ko/guide/' }, { text: 'Chrome ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ', link: 'https://chromewebstore.google.com/detail/repomix/fimfamikepjgchehkohedilpdigcpkoa', }, { text: 'Discord ์ฐธ์—ฌ', link: 'https://discord.gg/wNYzTwZFku' }, ], sidebar: { '/ko/guide/': [ { text: '์†Œ๊ฐœ', items: [ { text: '์‹œ์ž‘ํ•˜๊ธฐ', link: '/ko/guide/' }, { text: '์„ค์น˜', link: '/ko/guide/installation' }, { text: '๊ธฐ๋ณธ ์‚ฌ์šฉ๋ฒ•', link: '/ko/guide/usage' }, { text: 'ํ”„๋กฌํ”„ํŠธ ์˜ˆ์ œ', link: '/ko/guide/prompt-examples' }, { text: '์‚ฌ์šฉ ์‚ฌ๋ก€', link: '/ko/guide/use-cases' }, ], }, { text: '๊ฐ€์ด๋“œ', items: [ { text: '์ถœ๋ ฅ ํ˜•์‹', link: '/ko/guide/output' }, { text: '๋ช…๋ น์ค„ ์˜ต์…˜', link: '/ko/guide/command-line-options' }, { text: '์„ค์ •', link: '/ko/guide/configuration' }, { text: '์‚ฌ์šฉ์ž ์ •์˜ ์ง€์นจ', link: '/ko/guide/custom-instructions' }, { text: 'GitHub ์ €์žฅ์†Œ ์ฒ˜๋ฆฌ', link: '/ko/guide/remote-repository-processing' }, { text: '์ฃผ์„ ์ œ๊ฑฐ', link: '/ko/guide/comment-removal' }, { text: '์ฝ”๋“œ ์••์ถ•', link: '/ko/guide/code-compress' }, { text: '๋ณด์•ˆ', link: '/ko/guide/security' }, ], }, { text: '๊ณ ๊ธ‰', items: [ { text: 'MCP ์„œ๋ฒ„', link: '/ko/guide/mcp-server' }, { text: 'Claude Code ํ”Œ๋Ÿฌ๊ทธ์ธ', link: '/ko/guide/claude-code-plugins' }, { text: 'GitHub Actions', link: '/ko/guide/github-actions' }, { text: 'Repomix๋ฅผ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋กœ ์‚ฌ์šฉํ•˜๊ธฐ', link: '/ko/guide/development/using-repomix-as-a-library' }, { text: 'AI ์ง€์› ๊ฐœ๋ฐœ ํŒ', link: '/ko/guide/tips/best-practices' }, ], }, { text: '์ปค๋ฎค๋‹ˆํ‹ฐ', items: [ { text: '์ปค๋ฎค๋‹ˆํ‹ฐ ํ”„๋กœ์ ํŠธ', link: '/ko/guide/community-projects' }, { text: 'Repomix์— ๊ธฐ์—ฌํ•˜๊ธฐ', link: '/ko/guide/development/' }, { text: 'ํ›„์›์ž', link: '/ko/guide/sponsors' }, ], }, ], }, }, }); export const configKoSearch: DefaultTheme.LocalSearchOptions['locales'] = { ko: { translations: { button: { buttonText: '๊ฒ€์ƒ‰', buttonAriaLabel: '๊ฒ€์ƒ‰', }, modal: { noResultsText: '๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', resetButtonTitle: '๊ฒ€์ƒ‰ ์ดˆ๊ธฐํ™”', backButtonTitle: '๋’ค๋กœ', displayDetails: '์ƒ์„ธ ์ •๋ณด ํ‘œ์‹œ', footer: { selectText: '์„ ํƒ', navigateText: '์ด๋™', closeText: '๋‹ซ๊ธฐ', }, }, }, }, };

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/yamadashy/repomix'

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