mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import React from 'react'
|
||||
import { Link, Text } from '@anthropic/ink'
|
||||
import React from 'react';
|
||||
import { Link, Text } from '@anthropic/ink';
|
||||
|
||||
export function MCPServerDialogCopy(): React.ReactNode {
|
||||
return (
|
||||
<Text>
|
||||
MCP servers may execute code or access system resources. All tool calls
|
||||
require approval. Learn more in the{' '}
|
||||
MCP servers may execute code or access system resources. All tool calls require approval. Learn more in the{' '}
|
||||
<Link url="https://code.claude.com/docs/en/mcp">MCP documentation</Link>.
|
||||
</Text>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user