更新 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
@@ -11,7 +10,6 @@
```
{
"mcp": {
"inputs": [
{
"type": "promptString",
@@ -34,13 +32,12 @@
"docker.gitea.com/gitea-mcp-server"
],
"env": {
"GITEA_HOST": "--host http://172.16.94.26",
"GITEA_HOST": "<Your Gitea Host>",
"GITEA_ACCESS_TOKEN": "${input:gitea_token}"
}
}
}
}
}
```
### MCP Server使用注意事项