This topic was automatically generated from Slack. You can find the original thread here.
Also, what does the Configure Component tool do in the MCP server?
This topic was automatically generated from Slack. You can find the original thread here.
Also, what does the Configure Component tool do in the MCP server?
The configure_component
tool maps to this API:
GitHub, which tells the LLM to go retrieve options for a given param (we call it prop) for the relevant tool.
Thank you for the help!