I am planning on deploying this front end UI to multiple users and would like the capability to add some flags in the CMD_FLAGS file to hide unused features. Specifically, the 'Activate Web Search' check box and the 'MCP servers' section.
Key logic: I have found the agentic tool usage of web_search & fetch_webpage superior to the 'Activate Web search' and want to eliminate confusion by hiding it.
I do have an interest in connecting local MCP servers, but want to hide the functionality for now.
Something like:
--hide-activate-web-search
--hide-mcp
Thank you :)
I am planning on deploying this front end UI to multiple users and would like the capability to add some flags in the CMD_FLAGS file to hide unused features. Specifically, the 'Activate Web Search' check box and the 'MCP servers' section.
Key logic: I have found the agentic tool usage of web_search & fetch_webpage superior to the 'Activate Web search' and want to eliminate confusion by hiding it.
I do have an interest in connecting local MCP servers, but want to hide the functionality for now.
Something like:
--hide-activate-web-search
--hide-mcp
Thank you :)