inspect
MCP tool for external dependencies
#7501
Unanswered
jpetuchovas
asked this question in
Q&A
Replies: 1 comment 4 replies
-
It should work, but we haven't really tested it in Bazel CC @kasiaMarek |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For context, I am trying to use the new MCP tool
inspect
. The project I am using it in uses Bazel as a build tool. I can successfully retrieve members of a class that belongs to the project; however, when trying to retrieve members of a class from an external dependency (for example,com.typesafe.scalalogging.Logger
), I get an empty response:Triggering
textDocument/completion
requests for the same external dependency class (or an instance of the class) does produce completions.I just wanted to ask: does
inspect
tool support external dependencies and/or Bazel build tool?Beta Was this translation helpful? Give feedback.
All reactions