MCPcopy Create free account
hub / github.com/codeaashu/claude-code / handleMcpViewTools

Function handleMcpViewTools

src/commands/plugin/ManagePlugins.tsx:1956–1961  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected