📦
FastmcpDocs
fastmcp Docs: 🚀 The fast, Pythonic way to build MCP servers and clients
0 installs
Trust: 34 — Low
Devtools
Ask AI about FastmcpDocs
Powered by Claude · Grounded in docs
I know everything about FastmcpDocs. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
FastmcpDocs
I18N
The internationalized documentation of fastmcp.
🚀 The fast, Pythonic way to build MCP servers and clients.
Folder description
i18n: Internationalized document.
origin: Original comparison document.(The fastmcp does not have an i18n structure. This folder is used to facilitate the comparison with the original content.)
Contributions
- Usually, you need to perform a diff operation with the original document, Make sure the document is up-to-date.
- Then, create the corresponding language configuration file in the
i18n/json_configdirectory, and translate the parts that need to be translated in the language configuration file. - Create a folder named with the corresponding LANGUAGE CODE in the
i18ndirectory, and name the file as the corresponding CODE. The CODE can be referred to in the table LANGUAGE_CODE - Create a copy of
originori18n/en. If you useoriginas the source for the copy, be sure to maintain the correctness of the file structure. - Use the command
cd i18nto enter the directoryi18n, and then use the scriptpython build_docs_json.pyto update the filei18n/docs.json. - Start the translation process and use
mint devto check the accuracy of the translation at any time.(Regarding the installation and usage of Mint, please refer to Document MintlifyDocs.) - Submit your internationalized content.
FastmcpDocs
I18N
fastmcp国际化文档。
🚀 构建 MCP 服务端和客户端更快捷,更Pythonic的方式.
文件夹叙述
i18n: 国际化后的文档.
origin: 原始对照文档.(fastmcp没有i18n结构化,该文件夹用于方便与原始内容进行diff)
贡献
- 通常你需要先与原始文档进行diff操作,确保文档是最新的。
- 然后在
i18n/json_config目录下创建对应的语言配置文件,并将其语言配置文件中需要翻译的部分进行翻译。 - 在
i18n目录创建对应语言的LANGUAGE CODE文件夹,文件名为对应的CODE,CODE可以参考该表格LANGUAGE_CODE - 创建
origin或i18n/en的拷贝,如果你使用origin为源进行拷贝,注意文件结构的正确性。 - 使用命令
cd i18n进入目录i18n,然后使用脚本python build_docs_json.py更新i18n/docs.json文件。 - 开始进行翻译,并随时使用
mint dev检查翻译正确性。(关于mint的安装和使用参考文档MintlifyDocs进行)。 - 提交你的国际化内容。
