Skip to main content
Glama

Code Snippet Server

locale_ja.ts1.06 kB
import { LocaleData } from "./locale_base.js"; const localeData:LocaleData = { snippet_created: "スニペット \"%s\" が作成されました。ID: %s", snippet_deleted: "スニペット ID %s が削除されました", snippet_not_found: "ID %s のスニペットは見つかりませんでした", tool_create_snippet: "スニペットを作成する(タイトル、言語、コードを指定)", tool_list_snippets: "スニペットを一覧表示する(言語やタグでフィルタリング可能)", tool_delete_snippet: "スニペットを削除する(IDを指定)", snippet_schema_title: "スニペットのタイトル", snippet_schema_language: "プログラミング言語", snippet_schema_code: "コードスニペット", snippet_schema_tags: "スニペットのタグ", snippet_schema_language_filter: "特定の言語でフィルタリング", snippet_schema_tag_filter: "特定のタグでフィルタリング", snippet_schema_id_to_delete: "削除するスニペットのID" }; export default localeData;

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/ngeojiajun/mcp-code-snippets'

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