-
Notifications
You must be signed in to change notification settings - Fork 168
Add support for searching/auto-loading tools #5581
Copy link
Copy link
Open
Labels
agentAll the issues related to make the CLI work better with coding agentsAll the issues related to make the CLI work better with coding agentsenhancementmcpTickets related to the Model Context Protocol embedded in the CLITickets related to the Model Context Protocol embedded in the CLIpriority:mediumImprovements that are not the main priorityImprovements that are not the main priority
Metadata
Metadata
Assignees
Labels
agentAll the issues related to make the CLI work better with coding agentsAll the issues related to make the CLI work better with coding agentsenhancementmcpTickets related to the Model Context Protocol embedded in the CLITickets related to the Model Context Protocol embedded in the CLIpriority:mediumImprovements that are not the main priorityImprovements that are not the main priority
Type
Fields
Give feedbackNo fields configured for Feature.
Community Note
Description
It would be helpful to have a way for the embedded MCP server to load unload tools depending on the context provided by the agent.
Those tools could be loaded in an async fashion when requested to avoid bloating up the context.
How I imagine scw could expose this functionality
scw mcp server serve --search-onlyWhen using this, no tools nor resources are loaded prior to only request and tools are loaded on demand.
References