MCP and tool properties support for array of strings and filter conditions #117
miguel-xmos
started this conversation in
General
Replies: 1 comment 2 replies
-
|
The property type in Neuron is just a string: https://github.com/inspector-apm/neuron-ai/blob/main/src/Tools/ToolProperty.php#L9 It shouldn't matter if you put "array" or "string" or anything else. What error are you getting? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I have an MCP server which I'm trying to connect to which returns the following tools.
So the issue with this is that
Ignoring the fact that none of them have descriptions for the time being. That's an issue also, but can easily be resolved by defaulting the description to an empty string.
Is there any chance we can add support to handle these currently unsupported MCP server responses?
Beta Was this translation helpful? Give feedback.
All reactions