Skip to content

Commit 66877e5

Browse files
committed
chore: simplify CLI readme
1 parent 4c22165 commit 66877e5

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

packages/cli/README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default {
143143

144144
// Base URL configuration (for providers that need it)
145145
baseUrl: 'http://localhost:11434', // Example for Ollama
146-
146+
147147
// MCP configuration
148148
mcp: {
149149
servers: [
@@ -159,7 +159,7 @@ export default {
159159
defaultResources: ['example://docs/api'],
160160
defaultTools: ['example://tools/search'],
161161
},
162-
162+
163163
// Custom commands
164164
// Uncomment and modify to add your own commands
165165
/*
@@ -273,23 +273,6 @@ When MCP is configured, the agent will have access to a new `mcp` tool that allo
273273
- List available tools from configured MCP servers
274274
- Execute tools provided by MCP servers
275275

276-
#### Using MCP Tools
277-
278-
MCP tools allow the agent to execute functions provided by external services through the Model Context Protocol. The agent can:
279-
280-
1. Discover available tools using `mcp.listTools()`
281-
2. Execute a tool using `mcp.executeTool({ uri: 'server-name://path/to/tool', params: { ... } })`
282-
283-
Tools can provide various capabilities like:
284-
285-
- Searching documentation
286-
- Accessing databases
287-
- Interacting with APIs
288-
- Performing specialized calculations
289-
- Accessing proprietary services
290-
291-
Each tool has a URI that identifies it, along with parameters it accepts and the type of result it returns.
292-
293276
### CLI-Only Options
294277

295278
These options are available only as command-line parameters and are not stored in the configuration:
@@ -334,4 +317,4 @@ pnpm cli -i
334317

335318
## License
336319

337-
MIT
320+
MIT

0 commit comments

Comments
 (0)