更新 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
|
||||||
|
|
||||||
### 快速安装配置MCP Server
|
### 快速安装配置MCP Server
|
||||||
@@ -11,7 +10,6 @@
|
|||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"mcp": {
|
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
"type": "promptString",
|
"type": "promptString",
|
||||||
@@ -34,13 +32,12 @@
|
|||||||
"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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### MCP Server使用注意事项
|
### MCP Server使用注意事项
|
||||||
|
|||||||
Reference in New Issue
Block a user