mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
Remove showMcpView message (#3171)
* refactor to not pass message for showMcpView * changeset
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"claude-dev": minor
|
||||
---
|
||||
|
||||
Refactor to not pass a message for showing the MCP View from the servers modal
|
||||
@@ -10,6 +10,7 @@ import { useExtensionState } from "./context/ExtensionStateContext"
|
||||
import { vscode } from "./utils/vscode"
|
||||
import McpView from "./components/mcp/configuration/McpConfigurationView"
|
||||
import { Providers } from "./Providers"
|
||||
import WelcomeWrapper from "./components/welcome/WelcomeWrapper"
|
||||
|
||||
const AppContent = () => {
|
||||
const { didHydrateState, showWelcome, shouldShowAnnouncement, showMcp, mcpTab } = useExtensionState()
|
||||
|
||||
Reference in New Issue
Block a user