We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e09f21 commit de12465Copy full SHA for de12465
landing/components/Introduction.tsx
@@ -45,9 +45,9 @@ export const Introduction = ({ className }: { className?: string }) => (
45
Safe for cloud environments. All transactions are read-only -
46
perfect for querying and analyzing data without modification risks.
47
</p>
48
- <p className="text-xs text-gray-600">
+ <p className="text-xs text-muted-foreground">
49
Enable read-only mode by adding the{' '}
50
- <code className="bg-gray-100 px-1 py-0.5 rounded text-xs">
+ <code className="bg-muted px-1 py-0.5 rounded text-xs">
51
x-read-only: true
52
</code>{' '}
53
header in your MCP configuration.
0 commit comments