Skip to content

Commit de12465

Browse files
committed
feat: reintroduce lock
1 parent 3e09f21 commit de12465

File tree

2 files changed

+6264
-2
lines changed

2 files changed

+6264
-2
lines changed

landing/components/Introduction.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export const Introduction = ({ className }: { className?: string }) => (
4545
Safe for cloud environments. All transactions are read-only -
4646
perfect for querying and analyzing data without modification risks.
4747
</p>
48-
<p className="text-xs text-gray-600">
48+
<p className="text-xs text-muted-foreground">
4949
Enable read-only mode by adding the{' '}
50-
<code className="bg-gray-100 px-1 py-0.5 rounded text-xs">
50+
<code className="bg-muted px-1 py-0.5 rounded text-xs">
5151
x-read-only: true
5252
</code>{' '}
5353
header in your MCP configuration.

0 commit comments

Comments
 (0)