Skip to content

Commit 6bb96fa

Browse files
committed
Update Docker image registry to registry.flashcat.cloud
1 parent 85e1bd1 commit 6bb96fa

7 files changed

Lines changed: 14 additions & 80 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717

1818
env:
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

2424
jobs:
2525
build:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ flashduty-api.md
1717
http.log
1818
http.pid
1919
/flashduty-mcp-server
20+
21+
.cursor
22+
AGENTS.md
23+
openspec

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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. 通过命令行参数配置

cmd/mcpcurl/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `--stdio-server-cmd` flag is required for all commands and specifies the com
3434
List 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
3838
Contains all dynamically generated tool commands from the schema
3939

4040
Usage:
@@ -78,7 +78,7 @@ Use "mcpcurl tools [command] --help" for more information about a command.
7878
Get 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
8282
Get incident information by incident IDs
8383

8484
Usage:
@@ -96,7 +96,7 @@ Global Flags:
9696
Use 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": [

pkg/flashduty/helper_test.go

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)