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:
github-actions[bot]
2025-12-06 13:10:45 +00:00
parent bf4515b6de
commit 57031a25a2
3 changed files with 57 additions and 6 deletions

View File

@@ -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

View File

@@ -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

File diff suppressed because one or more lines are too long