Replies: 1 comment 2 replies
-
No really, we just mostly thought of them as things that actually exist on disk as resources and need an URI, so this didn't really feel that it fits any tools we have now. I also don't see a sensible way to define the URIs. We could do |
Beta Was this translation helpful? Give feedback.
2 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.
-
I noticed currently that everything in the MCP server is exposed as a tool, and I'm not 100% sure that's correct. While I'm not an expert at this for sure, but looking at the various tools some of them are quite fitting as they trigger other things and have side effects, but other things are simply returning static data that seems to fit better as a resource. Taken from the docs:
Wheres tools:
So for existing tools like:
These are just static information being returned that Metals knows about. Is there a reason these were implemented as tools rather than resources?
Beta Was this translation helpful? Give feedback.
All reactions