Quick question: can this project actually read the library sources that the project depends on?
We have our own framework here and it's working really well for us, but Junie seems really determined to not read or lookup anything in it, from what I can tell on the surface.
➕ 1
👀 1
s
Stefan Oltmann
10/01/2025, 6:53 PM
Also interested in this.
Is that what this „model context protocols“ are about?
j
joseph_ivie
10/01/2025, 6:54 PM
Ah, I know MCP well enough to answer that. MCP lets your AI access other tools on your system. One could make an MCP server that would allow for library access, but I've been using it for things like allowing Junie to access webpages so that it can go find its own documentation.
💡 1
k
Kevin
10/01/2025, 7:12 PM
It should have access to go to definition
Kevin
10/01/2025, 7:12 PM
So can see how certain fns are defined
Kevin
10/01/2025, 7:13 PM
I recommend trying it and reporting the problems that you see here if it's not able to go through your dependencies
j
joseph_ivie
10/01/2025, 7:13 PM
Thanks, I'll give it a shot on my work stuff in the next few days.
❤️ 1
joseph_ivie
10/01/2025, 7:18 PM
As a heads up: I'm fairly certain that won't be enough. It's a UI framework, so the agent will need to be able to look up available functions (UI components) for the context. I think.
I wonder if you could create a vector database for the libraries and use that for effective RAG?