File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A clear and concise description of what the bug is.
1313
1414### Affected version
1515
16- Please run ` docker run -i --rm flashcat.tencentcloudcr.com/flashduty /flashduty-mcp-server ./flashduty-mcp-server --version ` and paste the output below
16+ Please run ` docker run -i --rm registry. flashcat.cloud/public /flashduty-mcp-server ./flashduty-mcp-server --version ` and paste the output below
1717
1818### Steps to reproduce the behavior
1919
Original file line number Diff line number Diff line change 1717
1818env :
1919 # Use docker.io for Docker Hub if empty
20- REGISTRY : flashcat.tencentcloudcr.com
20+ REGISTRY : registry. flashcat.cloud
2121 # github.repository as <account>/<repo>
22- IMAGE_NAME : flashduty /flashduty-mcp-server
22+ IMAGE_NAME : public /flashduty-mcp-server
2323
2424jobs :
2525 build :
Original file line number Diff line number Diff line change @@ -17,3 +17,7 @@ flashduty-api.md
1717http.log
1818http.pid
1919/flashduty-mcp-server
20+
21+ .cursor
22+ AGENTS.md
23+ openspec
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Add the following JSON block to your Cursor MCP configuration.
7676 " --rm" ,
7777 " -e" ,
7878 " FLASHDUTY_APP_KEY" ,
79- " flashcat.tencentcloudcr.com/flashduty /flashduty-mcp-server"
79+ " registry. flashcat.cloud/public /flashduty-mcp-server"
8080 ],
8181 "env" : {
8282 "FLASHDUTY_APP_KEY" : " your_flashduty_app_key"
@@ -179,7 +179,7 @@ docker run -i --rm \
179179 -e FLASHDUTY_APP_KEY=< your-app-key> \
180180 -e FLASHDUTY_TOOLSETS=" flashduty_incidents,flashduty_teams" \
181181 -e FLASHDUTY_READ_ONLY=1 \
182- flashcat.tencentcloudcr.com/flashduty /flashduty-mcp-server
182+ registry. flashcat.cloud/public /flashduty-mcp-server
183183```
184184
185185#### 2. Via Command-Line Arguments
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Flashduty MCP 服务是一个 [模型上下文协议 (MCP)](https://modelcontext
7575 " --rm" ,
7676 " -e" ,
7777 " FLASHDUTY_APP_KEY" ,
78- " flashcat.tencentcloudcr.com/flashduty /flashduty-mcp-server"
78+ " registry. flashcat.cloud/public /flashduty-mcp-server"
7979 ],
8080 "env" : {
8181 "FLASHDUTY_APP_KEY" : " your_flashduty_app_key"
@@ -180,7 +180,7 @@ docker run -i --rm \
180180 -e FLASHDUTY_APP_KEY=< your-app-key> \
181181 -e FLASHDUTY_TOOLSETS=" flashduty_incidents,flashduty_teams" \
182182 -e FLASHDUTY_READ_ONLY=1 \
183- flashcat.tencentcloudcr.com/flashduty /flashduty-mcp-server
183+ registry. flashcat.cloud/public /flashduty-mcp-server
184184```
185185
186186#### 2. 通过命令行参数配置
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The `--stdio-server-cmd` flag is required for all commands and specifies the com
3434List available tools in FlashDuty's MCP server:
3535
3636``` console
37- % ./mcpcurl --stdio-server-cmd " docker run -i --rm -e FLASHDUTY_APP_KEY=<your_app_key> flashcat.tencentcloudcr.com/flashduty /flashduty-mcp-server" tools --help
37+ % ./mcpcurl --stdio-server-cmd " docker run -i --rm -e FLASHDUTY_APP_KEY=<your_app_key> registry. flashcat.cloud/public /flashduty-mcp-server" tools --help
3838Contains all dynamically generated tool commands from the schema
3939
4040Usage:
@@ -78,7 +78,7 @@ Use "mcpcurl tools [command] --help" for more information about a command.
7878Get help for a specific tool:
7979
8080``` console
81- % ./mcpcurl --stdio-server-cmd "docker run -i --rm -e FLASHDUTY_APP_KEY=<your_app_key> flashcat.tencentcloudcr.com/flashduty /flashduty-mcp-server" tools flashduty_incidents_infos --help
81+ % ./mcpcurl --stdio-server-cmd "docker run -i --rm -e FLASHDUTY_APP_KEY=<your_app_key> registry. flashcat.cloud/public /flashduty-mcp-server" tools flashduty_incidents_infos --help
8282Get incident information by incident IDs
8383
8484Usage:
@@ -96,7 +96,7 @@ Global Flags:
9696Use one of the tools:
9797
9898``` console
99- % ./mcpcurl --stdio-server-cmd "docker run -i --rm -e FLASHDUTY_APP_KEY=<your_app_key> flashcat.tencentcloudcr.com/flashduty /flashduty-mcp-server" tools flashduty_list_incidents --start_time=1701388800 --end_time=1704067199 --limit=2
99+ % ./mcpcurl --stdio-server-cmd "docker run -i --rm -e FLASHDUTY_APP_KEY=<your_app_key> registry. flashcat.cloud/public /flashduty-mcp-server" tools flashduty_list_incidents --start_time=1701388800 --end_time=1704067199 --limit=2
100100{
101101 "has_next_page": true,
102102 "items": [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments