UNPKG

pyb-ts

Version:

PYB-CLI - Minimal AI Agent with multi-model support and CLI interface

12 lines (11 loc) 944 B
import React from "react"; import { Text } from "ink"; import Link from "ink-link"; import { PRODUCT_NAME, PRODUCT_COMMAND } from "@constants/product"; function MCPServerDialogCopy() { return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Text, null, "MCP servers provide additional functionality to ", PRODUCT_NAME, ". They may execute code, make network requests, or access system resources via tool calls. All tool calls will require your explicit approval before execution. For more information, see", " ", /* @__PURE__ */ React.createElement(Link, { url: "https://docs.anthropic.com/s/claude-code-mcp" }, "MCP documentation")), /* @__PURE__ */ React.createElement(Text, { dimColor: true }, "Remember: You can always change these choices later by running `", PRODUCT_COMMAND, " mcp reset-mcprc-choices`")); } export { MCPServerDialogCopy }; //# sourceMappingURL=MCPServerDialogCopy.js.map