Token导航 LogoToken导航TokenDH.com
Fastmcp Docs logo
文档知识未说明官方级别未说明来源级核验

Fastmcp Docs

MCP Server

一个快速、Pythonic的方式来构建MCP服务器和客户端的工具,支持国际化文档管理。

工具数

0

提示词数

0

GitHub Stars

2

资源数

0
Python文档处理本地部署

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Gu-f

提供方

Gu-f

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

FastmcpDocs

I18N The internationalized documentation of fastmcp.

🚀 The fast, Pythonic way to build MCP servers and clients.

fastmcp source code

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

  1. Usually, you need to perform a diff operation with the original document, Make sure the document is up-to-date.
  2. Then, create the corresponding language configuration file in the i18n/json_config directory, and translate the parts that need to be translated in the language configuration file.
  3. Create a folder named with the corresponding LANGUAGE CODE in the i18n directory, and name the file as the corresponding CODE. The CODE can be referred to in the

table LANGUAGE_CODE

  1. Create a copy of origin or i18n/en. If you use origin as the source for the copy, be sure to maintain the correctness of the file structure.
  2. Use the command cd i18n to enter the directory i18n, and then use the script python build_docs_json.py to update the file i18n/docs.json.
  3. Start the translation process and use mint dev to check the accuracy of the translation at any time.(Regarding the installation and usage of Mint, please refer to

Document MintlifyDocs.)

  1. Submit your internationalized content.

FastmcpDocs

I18N fastmcp国际化文档。

🚀 构建 MCP 服务端和客户端更快捷,更Pythonic的方式.

文件夹叙述

i18n: 国际化后的文档. origin: 原始对照文档.(fastmcp没有i18n结构化,该文件夹用于方便与原始内容进行diff)

贡献

  1. 通常你需要先与原始文档进行diff操作,确保文档是最新的。
  2. 然后在i18n/json_config目录下创建对应的语言配置文件,并将其语言配置文件中需要翻译的部分进行翻译。
  3. i18n目录创建对应语言的LANGUAGE CODE文件夹,文件名为对应的CODE,CODE可以参考该表格LANGUAGE_CODE
  4. 创建origini18n/en的拷贝,如果你使用origin为源进行拷贝,注意文件结构的正确性。
  5. 使用命令cd i18n进入目录i18n,然后使用脚本python build_docs_json.py更新i18n/docs.json文件。
  6. 开始进行翻译,并随时使用mint dev检查翻译正确性。(关于mint的安装和使用参考文档MintlifyDocs进行)。
  7. 提交你的国际化内容。

目录标签

目录标签

Python文档处理本地部署MDXMCP服务Python工具国际化文档管理

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP