更新 src/devstar/mcp-server.md
Some checks failed
CI/CD Pipeline for mengning.com.cn / build (pull_request) Failing after 2m46s

This commit is contained in:
2025-12-09 15:32:58 +00:00
parent 9983a694b9
commit 693f3df37c

View File

@@ -1,4 +1,3 @@
# MCP Server # MCP Server
### 快速安装配置MCP Server ### 快速安装配置MCP Server
@@ -11,7 +10,6 @@
``` ```
{ {
"mcp": {
"inputs": [ "inputs": [
{ {
"type": "promptString", "type": "promptString",
@@ -34,12 +32,11 @@
"docker.gitea.com/gitea-mcp-server" "docker.gitea.com/gitea-mcp-server"
], ],
"env": { "env": {
"GITEA_HOST": "--host http://172.16.94.26", "GITEA_HOST": "<Your Gitea Host>",
"GITEA_ACCESS_TOKEN": "${input:gitea_token}" "GITEA_ACCESS_TOKEN": "${input:gitea_token}"
} }
} }
} }
}
} }
``` ```