Unable to use MCP tools in SK when tool name has hyphens #11995
Closed
ashhadiqbal
started this conversation in
General
Replies: 1 comment
-
I was able to adjust the function names using tool.WithName function. List tools = new List(); |
Beta Was this translation helpful? Give feedback.
0 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’m trying to import MCP tools into the Kernel, but it throws an error stating that the tool name is incorrect:
A function name can contain only ASCII letters, digits, and underscores: 'stripe-search-customers' is not a valid name. (Parameter 'value')
Are there any particular reasons why hyphens are not allowed?
Beta Was this translation helpful? Give feedback.
All reactions