GonMCPtool

MIT License
43
5

localizationGetByKey

Retrieve specific translation entries using a key and file path with the localizationGetByKey tool, part of the GonMCPtool MCP server.

Instructions

根據Key查詢特定翻譯項目

Input Schema

NameRequiredDescriptionDefault
filePathYes
keyYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "key": { "type": "string" } }, "required": [ "filePath", "key" ], "type": "object" }
ID: 8xcb3w59pl