adityamparikh opened a new pull request, #67: URL: https://github.com/apache/solr-mcp/pull/67
## Summary - Enable Java virtual threads globally via `spring.threads.virtual.enabled=true` - Virtual threads are lightweight and have negligible overhead for STDIO mode while improving concurrency for HTTP mode where multiple MCP clients can connect and each request blocks on Solr I/O ## Test plan - [ ] Verify build passes with `./gradlew build` - [ ] Verify STDIO mode still works correctly - [ ] Verify HTTP mode handles concurrent requests 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
