From 698cb8830f39774812a09aab836b448fc89f285a Mon Sep 17 00:00:00 2001 From: Marco Moauro Date: Sat, 29 Aug 2026 11:01:35 +0200 Subject: [PATCH] docs: make Docker quick start visible --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2fce684..aa36257 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,9 @@ Ask your client: The client should call `list_posts` with `status: "drafts"`. If it fails, check the client's MCP logs and the [logging section](#-logs) below before opening an issue. -
-Use Docker instead of Node.js +### Docker quick start -With Docker installed, use this server configuration: +To use the published Docker image instead of Node.js, add this server configuration: ```json { @@ -95,8 +94,6 @@ With Docker installed, use this server configuration: } ``` -
- ## 🛠 Available Tools
@@ -637,7 +634,7 @@ Then add to your MCP config: } ``` -### Docker +### Docker (build from source) ```bash git clone https://github.com/marcomoauro/substack-mcp.git