Always require a name in MCP tool content responses#943
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: This PR updates MCP tool-call responses so every Changes:
Technical Notes: For older MCP versions that don’t support 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 057ea62 | Previous: 4823835 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
286 ms |
287 ms |
1.00 |
Add one schema (100 existing) |
27 ms |
26 ms |
1.04 |
Add one schema (1000 existing) |
88 ms |
79 ms |
1.11 |
Add one schema (10000 existing) |
788 ms |
930 ms |
0.85 |
Update one schema (1 existing) |
19 ms |
19 ms |
1 |
Update one schema (101 existing) |
28 ms |
26 ms |
1.08 |
Update one schema (1001 existing) |
89 ms |
78 ms |
1.14 |
Update one schema (10001 existing) |
742 ms |
664 ms |
1.12 |
Cached rebuild (1 existing) |
6 ms |
5 ms |
1.20 |
Cached rebuild (101 existing) |
8 ms |
7 ms |
1.14 |
Cached rebuild (1001 existing) |
32 ms |
27 ms |
1.19 |
Cached rebuild (10001 existing) |
287 ms |
304 ms |
0.94 |
Index 100 schemas |
114 ms |
114 ms |
1 |
Index 1000 schemas |
895 ms |
904 ms |
0.99 |
Index 10000 schemas |
13232 ms |
13446 ms |
0.98 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 057ea62 | Previous: 4823835 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
295 ms |
219 ms |
1.35 |
Add one schema (100 existing) |
30 ms |
24 ms |
1.25 |
Add one schema (1000 existing) |
89 ms |
75 ms |
1.19 |
Add one schema (10000 existing) |
707 ms |
772 ms |
0.92 |
Update one schema (1 existing) |
23 ms |
80 ms |
0.29 |
Update one schema (101 existing) |
31 ms |
24 ms |
1.29 |
Update one schema (1001 existing) |
90 ms |
92 ms |
0.98 |
Update one schema (10001 existing) |
721 ms |
789 ms |
0.91 |
Cached rebuild (1 existing) |
7 ms |
5 ms |
1.40 |
Cached rebuild (101 existing) |
10 ms |
8 ms |
1.25 |
Cached rebuild (1001 existing) |
33 ms |
25 ms |
1.32 |
Cached rebuild (10001 existing) |
277 ms |
224 ms |
1.24 |
Index 100 schemas |
124 ms |
94 ms |
1.32 |
Index 1000 schemas |
1040 ms |
1183 ms |
0.88 |
Index 10000 schemas |
13737 ms |
20401 ms |
0.67 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com