mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
docs: auto-update documentation based on changes in next branch
This PR was automatically generated to update documentation based on recent changes. Original commit: feat: change default MCP tool tier from 'all' to 'core' (#1490)\n\n\n Co-authored-by: Claude <claude-assistant@anthropic.com>
This commit is contained in:
@@ -49,7 +49,7 @@ Loads only 7 essential tools for daily development. Ideal for minimal context us
|
||||
You can also use `"lean"` as an alias for `"core"`. If `TASK_MASTER_TOOLS` is not set, core tools are loaded by default.
|
||||
|
||||
#### Standard Tools
|
||||
Loads 15 commonly used tools. Balances functionality with context efficiency.
|
||||
Loads 14 commonly used tools. Balances functionality with context efficiency.
|
||||
|
||||
**Standard tools include all core tools plus:**
|
||||
- `initialize_project` - Set up new projects
|
||||
@@ -95,7 +95,7 @@ Specify exactly which tools to load using a comma-separated list. Tool names are
|
||||
```
|
||||
|
||||
#### All Tools
|
||||
Loads all 36 available tools. Use when you need full Task Master functionality.
|
||||
Loads all 44 available tools. Use when you need full Task Master functionality.
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -127,8 +127,8 @@ When the MCP server starts, it logs which tools were loaded:
|
||||
Task Master MCP Server starting...
|
||||
Tool mode configuration: standard
|
||||
Loading standard tools
|
||||
Registering 15 MCP tools (mode: standard)
|
||||
Successfully registered 15/15 tools
|
||||
Registering 14 MCP tools (mode: standard)
|
||||
Successfully registered 14/14 tools
|
||||
```
|
||||
|
||||
## Tool Categories
|
||||
|
||||
@@ -42,8 +42,8 @@ For MCP/Cursor usage: Configure keys in the env section of your .cursor/mcp.json
|
||||
|
||||
Options:
|
||||
- `core` or `lean` (default) - 7 essential tools
|
||||
- `standard` - 15 commonly used tools
|
||||
- `all` - All 36 tools
|
||||
- `standard` - 14 commonly used tools
|
||||
- `all` - All 44 tools
|
||||
|
||||
Example:
|
||||
```json
|
||||
|
||||
51
output.txt
Normal file
51
output.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user