更新 src/devstar/mcp-server.md
Some checks failed
CI/CD Pipeline for mengning.com.cn / build (pull_request) Failing after 2m46s
Some checks failed
CI/CD Pipeline for mengning.com.cn / build (pull_request) Failing after 2m46s
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
# MCP Server
|
||||
|
||||
### 快速安装配置MCP Server
|
||||
@@ -11,7 +10,6 @@
|
||||
|
||||
```
|
||||
{
|
||||
"mcp": {
|
||||
"inputs": [
|
||||
{
|
||||
"type": "promptString",
|
||||
@@ -34,12 +32,11 @@
|
||||
"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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user