Remove showMcpView message (#3171)

* refactor to not pass message for showMcpView

* changeset
This commit is contained in:
Evan
2025-05-06 13:21:09 -07:00
committed by Trevor Hudson
parent e3a343e8b0
commit 2adae27632
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": minor
---
Refactor to not pass a message for showing the MCP View from the servers modal
+1
View File
@@ -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()