From 1882b90f3047f213c6c972414448f4f14bddd120 Mon Sep 17 00:00:00 2001 From: Fanyang Meng Date: Tue, 11 Feb 2025 01:58:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Correct=20test=20command=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16cd6b0..94fcb28 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To use this with Claude Desktop, add the following to your `claude_desktop_confi ### Testing with MCP Inspector ```bash -GHOST_API_URL=your_ghost_api_url GHOST_STAFF_API_KEY=your_staff_api_key npx @modelcontextprotocol/inspector uv --directory Desktop/mcp/ghost run src/main.py +GHOST_API_URL=your_ghost_api_url GHOST_STAFF_API_KEY=your_staff_api_key npx @modelcontextprotocol/inspector uv --directory /path/to/ghost-mcp run src/main.py ``` ## Available Tools