-
Notifications
You must be signed in to change notification settings - Fork 192
Open
1 / 21 of 2 issues completedLabels
enhancementNew feature or requestNew feature or requestinternally-reviewedThe issue has been reviewed internally.The issue has been reviewed internally.
Description
Component(s)
router
Is your feature request related to a problem? Please describe.
Currently , MCP tool descriptions are generated from GraphQL operation comments , and tool names are fix (e.g execute_operation_ *). this approach may confuse user and lacks flexibility.
Describe the solution you'd like
I think we could :
- Allow users to define the MCP tool's name and use default generation rule like
execute_operation_ *if name is empty. - add a description field or declaration to define MCP tool's description .
Describe alternatives you've considered
No response
Additional context
No response
Sub-issues
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestinternally-reviewedThe issue has been reviewed internally.The issue has been reviewed internally.