()
| 1954 | |
| 1955 | // Common handlers for MCP menus |
| 1956 | const handleMcpViewTools = () => { |
| 1957 | setViewState({ |
| 1958 | type: 'mcp-tools', |
| 1959 | client: client_3 |
| 1960 | }); |
| 1961 | }; |
| 1962 | const handleMcpCancel = () => { |
| 1963 | setViewState('plugin-list'); |
| 1964 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected