Skip to content
Merged
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

**If you want agents to actually use your CLI, this is the missing piece.**

> Project page: <https://projects.mioli.dev/cli-bridge/> · Blog: <https://blog.mioli.dev> · Author: [Stefano Mioli](https://mioli.dev)

You wrote the CLI, you mentioned it in `CLAUDE.md`, the agent used it twice and then went back to `Bash`. cli-bridge solves that by registering your tool's commands as real MCP tools that live in the agent's tool registry — outside the context window, where they don't decay under conversation pressure.

## The problem
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"type": "git",
"url": "git+https://github.com/walkindude/cli-bridge.git"
},
"homepage": "https://github.com/walkindude/cli-bridge",
"homepage": "https://projects.mioli.dev/cli-bridge/",
"license": "Apache-2.0",
"author": "Stefano Mioli",
"keywords": [
Expand Down
Loading