chore: generate
This commit is contained in:
@@ -268,8 +268,7 @@ export const McpAuthCommand = effectCmd({
|
||||
}
|
||||
})
|
||||
|
||||
yield* MCP.Service.use((mcp) => mcp.authenticate(serverName))
|
||||
.pipe(
|
||||
yield* MCP.Service.use((mcp) => mcp.authenticate(serverName)).pipe(
|
||||
Effect.tap((status) =>
|
||||
Effect.sync(() => {
|
||||
if (status.status === "connected") {
|
||||
|
||||
Reference in New Issue
Block a user