From 260132186b6623af0eecb61df779325aa7e66023 Mon Sep 17 00:00:00 2001 From: Adithya Phani Thota Date: Fri, 1 May 2026 01:15:32 +0530 Subject: [PATCH] Add testing workflow guidance --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3f31b56e..233f9fad 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,20 @@ For development (editable install from source): pip install -e ".[dev]" ``` +## Testing sktime-mcp Workflows + +This project is in active development, and contributors are encouraged to test +core MCP workflows across different clients such as Claude Desktop, Gemini, and +other MCP-compatible tools. + +### 1. Run the MCP server + +After installing the project, start the server with: + +```bash +python -m sktime_mcp.server + + For a more detailed first-time setup flow, including MCP server verification and troubleshooting, see [Beginner Setup](#-beginner-setup-firsttime-users). ## 🧭 Beginner Setup (First‑Time Users)