This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-mcp.git


The following commit(s) were added to refs/heads/main by this push:
     new e755aa2  docs: drop stale FieldStats from the native-hints list (#180)
e755aa2 is described below

commit e755aa2bbba703cb9ddba2f82547ae7b1df756b4
Author: Aditya Parikh <[email protected]>
AuthorDate: Tue Aug 18 17:14:08 2026 -0400

    docs: drop stale FieldStats from the native-hints list (#180)
    
    PR #106 removed the unused `FieldStats` record and its
    `registerTypeIfPresent` entry, and updated the hint list in AGENTS.md,
    but the duplicate list in dev-docs/graalvm-native-image.md still names
    it. Documentation only — no code change.
    
    Signed-off-by: Aditya Parikh <[email protected]>
    Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
---
 dev-docs/graalvm-native-image.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-docs/graalvm-native-image.md b/dev-docs/graalvm-native-image.md
index 0436b66..5051f84 100644
--- a/dev-docs/graalvm-native-image.md
+++ b/dev-docs/graalvm-native-image.md
@@ -157,11 +157,11 @@ container and value types.
   silently drops the `fields`/`fieldTypes`/`dynamicFields`/`copyFields` arrays 
—
   a quiet correctness bug, not a crash.
 - **MCP tool response records** — `CollectionCreationResult`, 
`SolrHealthStatus`,
-  `SolrMetrics`, `IndexStats`, `FieldStats`, `QueryStats`, `CacheStats`,
-  `CacheInfo`, `HandlerStats`, `HandlerInfo`, `SearchResponse`,
-  `SchemaUpdateResult`. These are package-private records the MCP framework
-  dispatches via generic `Object`, so AOT can't see them. They're registered by
-  name with `registerTypeIfPresent`.
+  `SolrMetrics`, `IndexStats`, `QueryStats`, `CacheStats`, `CacheInfo`,
+  `HandlerStats`, `HandlerInfo`, `SearchResponse`, `SchemaUpdateResult`. These
+  are package-private records the MCP framework dispatches via generic
+  `Object`, so AOT can't see them. They're registered by name with
+  `registerTypeIfPresent`.
 - **`logback.xml` resource.** Registered as a resource pattern so logback's
   early (pre-Spring) initialization finds it and installs the 
`NopStatusListener`.
   Without it, logback falls through to `BasicConfigurator` and writes status

Reply via email to