mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-01 08:59:39 +02:00
fix: allow agent setup without context (#139)
* fix: allow agent setup without context * docs: align readme command examples
This commit is contained in:
parent
eb41d084af
commit
b42f418adc
10 changed files with 56 additions and 80 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue