Commit 027917f
Release v2.0.0
Breaking changes:
- All tool errors now set isError: true in MCP responses (previously
returned as regular text/JSON). Agents that parse error responses
by checking for "error" key in JSON must update to handle plain text
with isError flag instead.
- fetch_artifacts hard limit raised from 20 to 50 identifiers.
New features:
- Expanded docstrings for semantic_search and grep_search with full
Args, Returns, and Examples sections
- Literal type for get_artifact_relationships profile parameter —
generates JSON Schema enum for better agent discoverability
- Stringified JSON array coercion across all tools (fetch_artifacts,
search paths/extensions)
Fixes:
- Docker image tag consistency (:latest → :main)
- uv exclude-newer documented and version pin relaxed to ~=0.11.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9e44d92 commit 027917f
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments