fix(language-server): gate api hover to actual api.<name> references
Quality / quality (ubuntu-latest) (push) Failing after 9m55s
Quality / quality (windows-latest) (push) Canceled after 0s

Hover fired on whatever word was under the cursor, so a local variable
colliding with a declared block name reported the block's method and path
instead of its own hover info. Completion was already gated this way.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 19:03:46 +05:30
co-authored by Claude Opus 5
parent e944fd4496
commit 5429057a38
4 changed files with 57 additions and 5 deletions
+2 -1
View File
@@ -1864,7 +1864,8 @@
"./server": [
"ApiCallCompletionItem",
"apiCallCompletions",
"apiCallHover"
"apiCallHover",
"isApiReferenceAt"
]
},
"@wrnexus/mcp": {