Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down