feat:完善ai devops相关文档 #4

Merged
mengning merged 6 commits from feature_sgx into main 2025-12-16 07:01:06 +00:00
20 changed files with 237 additions and 253 deletions
Showing only changes of commit 693f3df37c - Show all commits

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使用注意事项