Adding MCP endpoint for finding ref guide URLs - #86
Conversation
Signed-off-by: jzonthemtn <jeff.zemerick@mtnfog.com>
…han 9. Signed-off-by: jzonthemtn <jeff.zemerick@mtnfog.com>
|
Converting back to draft for a bit. |
|
Hi! A new PR-validation CI workflow recently landed on |
|
Heads-up: this branch currently shows as conflicting against The two conflicts, and how they resolve:
That's the whole manual resolution — two import lines. The Result after rebase: One thing that will block the native path: import org.junit.jupiter.api.condition.DisabledInNativeImage;
@DisabledInNativeImage
@ExtendWith(MockitoExtension.class)
class RefGuideServiceTest {Two smaller review notes, take or leave:
Happy to send the rebased commits as a patch if that's useful — they preserve your authorship and sign-off. |
|
Updating my earlier comment — it's gone stale, and I'd rather not have you work from it. Back then I said this branch rebased onto
No rush given this is a draft — flagging it mainly so the "it's just imports" read doesn't cost you time when you pick it back up. Happy to push a rebased branch to your fork if that's easier; just say so. |
|
Hi @jzonthemtn — this branch has drifted a fair way from There are two conflicting files, and both are semantic rather than just textual — worth 1. // this branch
import org.apache.solr.mcp.server.metadata.SchemaService;
// main
import org.apache.solr.mcp.server.schema.SchemaService;
2. Happy to help if it turns out more tangled than that. For what it's worth, I couldn't |
|
Design review of the current head, since the branch has drifted (81 commits behind, two conflicts: the Blocking:
Non-blocking: the tool name @jzonthemtn, do you still plan to finish this? If not, I would close the draft and keep #85 open for a cached-sitemap version. |
Creating a PR because it's easier to understand to see the code.
Closes #85