File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ All notable changes to the MCP Claude Code project will be documented in this fi
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.1.20] - 2025-04-03
9
+
10
+ ### Added
11
+ - Added new USEFUL_PROMPTS.md document with practical prompt templates for common scenarios:
12
+ - Summarizing history for continued conversations
13
+ - Automation research summaries
14
+ - Release preparation commands
15
+ - Resuming interrupted conversations
16
+
17
+ ### Changed
18
+ - Reduced default values for agent tool limits:
19
+ - agent_max_iterations reduced from 30 to 10
20
+ - agent_max_tool_uses reduced from 100 to 30
21
+ - Enhanced system prompt documentation for the dispatch_agent tool:
22
+ - Improved guidelines for when to use the dispatch_agent tool
23
+ - Added detailed examples for effective agent prompting
24
+ - Clarified agent limitations and capabilities
25
+ - Added categorized use case recommendations
26
+
27
+ ### Documentation
28
+ - Improved README.md with clearer feature descriptions
29
+ - Fixed formatting and alignment in README.md tables
30
+ - Added cross-reference to USEFUL_PROMPTS.md in the README
31
+ - Added specific guidance for file reading operations in system prompt
32
+
8
33
## [ 0.1.19] - 2025-03-28
9
34
10
35
### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " mcp-claude-code"
7
- version = " 0.1.19 "
7
+ version = " 0.1.20 "
8
8
description = " MCP implementation of Claude Code capabilities"
9
9
readme = " README.md"
10
10
requires-python = " >=3.13"
You can’t perform that action at this time.
0 commit comments