fix: allow agent setup without context (#139)

* fix: allow agent setup without context

* docs: align readme command examples
This commit is contained in:
Andrey Avtomonov 2026-05-19 12:18:52 +02:00 committed by GitHub
parent eb41d084af
commit b42f418adc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 56 additions and 80 deletions

View file

@ -13,18 +13,18 @@ a developer or operator agent also needs pinned `ktx` admin commands.
## Install with setup
Start the MCP server before connecting an end-user agent:
```bash
ktx mcp start
```
Then install client integration:
Install client integration first:
```bash
ktx setup --agents
```
Then start the MCP server before using HTTP-based clients:
```bash
ktx mcp start
```
Use `--target` for one target:
```bash