From 09b01d3be2c3ace3cec05a0604c37b5b11b5a0cc Mon Sep 17 00:00:00 2001 From: samanhappy Date: Tue, 1 Apr 2025 17:44:31 +0800 Subject: [PATCH] docs: fix image path for Dashboard UI in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0364f2..2fa09e9 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,6 @@ pnpm dev 1. Visit Dashboard UI at `http://localhost:3000` to see the status of your MCP servers. // image - ![Dashboard UI](./assets/dashboard.png) + ![Dashboard UI](assets/dashboard.png) 2. Use sse endpoint in any application: `http://localhost:3000/sse`