Fetch the repository succeeded.
startCommand:
type: stdio
configSchema:
type: object
required:
- accessToken
properties:
accessToken:
type: string
description: Gitee Personal Access Token
apiBase:
type: string
default: https://gitee.com/api/v5
description: Gitee API Base URL
commandFunction:
|-
(config) => ({
command: '/app/mcp-gitee',
args: ['--transport', 'stdio'],
env: {
GITEE_ACCESS_TOKEN: config.accessToken,
GITEE_API_BASE: config.apiBase || 'https://gitee.com/api/v5'
}
})
exampleConfig:
accessToken: dummy-token
apiBase: https://gitee.com/api/v5
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。