Optimized build
This commit is contained in:
@@ -79,7 +79,7 @@ Or manually:
|
||||
```bash
|
||||
git clone https://codeberg.org/luxferre/Sidekick.git
|
||||
cd Sidekick
|
||||
go build -o bin/sidekick-tui ./cmd/sidekick-tui
|
||||
go build -a -trimpath -gcflags=all="-l -B -e" -ldflags "-s -w" -o bin/sidekick-tui ./cmd/sidekick-tui
|
||||
```
|
||||
|
||||
## Configuration
|
||||
@@ -165,7 +165,7 @@ user's request and delegate tasks accordingly.
|
||||
|
||||
### Running the Sidekick MCP server
|
||||
|
||||
Sidekick can also act as an MCP server, allowing other LLM-powered applications to leverage its agentic capabilities.
|
||||
Sidekick can also act as an MCP server, allowing other LLM-powered applications to leverage its agentic capabilities. It is built alongside the TUI using `make`.
|
||||
|
||||
1. Configure the `mcp_listener` in `config.toml`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user