Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@

- **Backward Compatibility Syntax** - `mcp-cli server/tool [args]` now errors with helpful message
- **`--json` and `--raw` options** - Output format now automatic based on command

## [0.3.1] - 2026-03-05

### Fixed

- Documentation improvements
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ A lightweight, Bun-based CLI for interacting with [MCP (Model Context Protocol)]
- 🤖 **Agent-Optimized** - Designed for AI coding agents (Gemini CLI, Claude Code, etc.)
- 🔌 **Universal** - Supports both stdio and HTTP MCP servers
- ⚡ **Connection Pooling** - Lazy-spawn daemon keeps connections warm (60s idle timeout)
- **Tool Filtering** - Allow/disable specific tools per server via config
- 🧰 **Tool Filtering** - Allow/disable specific tools per server via config
- 📋 **Server Instructions** - Display MCP server instructions in output
- 💡 **Actionable Errors** - Structured error messages with available servers and recovery suggestions
- 💡 **Actionable Errors** - Structured error messages with available servers and recovery suggestions

![mcp-cli](./comparison.jpeg)

Expand All @@ -24,10 +24,10 @@ A lightweight, Bun-based CLI for interacting with [MCP (Model Context Protocol)]
curl -fsSL https://raw.githubusercontent.com/philschmid/mcp-cli/main/install.sh | bash
```

or
or

```bash
# requires bun install
# requires Bun to be installed
bun install -g https://github.com/philschmid/mcp-cli
```

Expand Down Expand Up @@ -276,7 +276,7 @@ fi

### Config File Format

The CLI uses `mcp_servers.json`, compatible with Claude Desktop, Gemini or VS Code:
The CLI uses `mcp_servers.json`, compatible with Claude Desktop, Gemini, or VS Code:

```json
{
Expand Down