Skip to content

Commit 66d054b

Browse files
committed
Fix tools not being listed for servers using mcp-remote.
1 parent 41a8415 commit 66d054b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

33
## Unreleased
4+
45
- Improve large file handling in `read-file` tool:
56
- Replace basic truncation notice with detailed line range information and next-step instructions.
67
- Allow users to customize default line limit through `tools.readFile.maxLines` configuration (keep the current 2000 as default).
7-
88
- Moved the future in :on-tools-called and stored it in the db. #119
9+
- Support `compactPromptFile` config.
10+
- Fix tools not being listed for servers using mcp-remote.
911

1012
## 0.53.0
1113

resources/META-INF/native-image/eca/eca/reflect-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@
147147
"allDeclaredConstructors":true,
148148
"allDeclaredMethods":true
149149
},
150+
{
151+
"name":"io.modelcontextprotocol.spec.McpSchema$ToolAnnotations",
152+
"allDeclaredFields":true,
153+
"allDeclaredConstructors":true,
154+
"allDeclaredMethods":true
155+
},
150156
{
151157
"name":"io.modelcontextprotocol.spec.McpSchema$ServerCapabilities",
152158
"allDeclaredFields":true,

0 commit comments

Comments
 (0)