shahzadarain commented on issue #69:
URL: https://github.com/apache/solr-mcp/issues/69#issuecomment-4680613653

   Hi @adityamparikh  I'd like to work on this. I see PR #88 handles 
client-extracted file text, which is great for Claude Desktop. I'm thinking of 
a complementary server-side markdown path: a MarkdownDocumentCreator following 
the existing strategy pattern in indexing/documentcreator/, using 
CommonMark-Java (lightweight, no Tika-scale dependencies, reflection-free so 
native-image safe). It would parse YAML frontmatter into metadata fields, 
extract the H1 as title, index heading hierarchy as a multi-valued field, and 
the body as content  exposed as an index-markdown-documents MCP tool alongside 
the JSON/CSV/XML ones, with unit + Testcontainers integration tests. Does that 
direction work for you, or would you prefer it folded into #88?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to