Skip to content

Commit 2eef531

Browse files
committed
Update README.md
1 parent fb35240 commit 2eef531

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*"Do not be hasty."*
44

5-
Access MCP servers without loading them into your agent's context window.
5+
Use MCP servers without loading them into your agent's context window.
66

77
**CLI-Ent** = CLI tool + Context Guardian. Instead of loading MCP tool definitions into your agent's context, use `mcp-cli-ent` to call tools on-demand.
88

@@ -47,10 +47,10 @@ Note: Windows support is experimental. Contributions and testing are welcome. If
4747
mcp-cli-ent create-config
4848

4949
# List available servers
50-
mcp-cli-ent list-servers
50+
mcp-cli-ent
5151

5252
# List tools from a server
53-
mcp-cli-ent list-tools sequential-thinking
53+
mcp-cli-ent list-tools context7
5454

5555
# Call a tool (get library docs via context7)
5656
mcp-cli-ent call-tool context7 get-library-docs '{
@@ -70,13 +70,13 @@ Tool Execution - Getting Documentation via Context7![MCP CLI-ENT Server List](sc
7070
Add to your `CLAUDE.md`:
7171

7272
```markdown
73-
To access MCP servers, use the CLI command tool: `mcp-cli-ent`
73+
To use MCP servers, run CLI tool: `mcp-cli-ent`
7474
```
7575

7676
Or:
7777

7878
```markdown
79-
MCP (Model Context Protocol) bridges external tools. Use servers to fetch live docs, perform complex reasoning, or automate browsers. Access via `mcp-cli-ent`
79+
MCP (Model Context Protocol) connects external tools. Use servers to fetch live docs, run complex reasoning, or automate browsers. Run CLI tool: `mcp-cli-ent`
8080
```
8181

8282
## Configuration

0 commit comments

Comments
 (0)