chore: add mcp documentation

This commit is contained in:
Abhishek Kumar 2026-04-17 12:01:57 +05:30
parent 5ecc0d4da9
commit 599dae87a9
6 changed files with 120 additions and 86 deletions

View file

@ -1,5 +1,7 @@
"use client";
import { ExternalLink } from "lucide-react";
import { MCPSection } from "@/components/MCPSection";
import { TelemetrySection } from "@/components/TelemetrySection";
import {
@ -26,7 +28,15 @@ export default function SettingsPage() {
<CardTitle>MCP Server</CardTitle>
<CardDescription>
Let AI agents access your Dograh workspace and documentation via
the Model Context Protocol.
the Model Context Protocol.{" "}
<a
href="https://docs.dograh.com/integrations/mcp"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-0.5 underline"
>
Learn more <ExternalLink className="h-3 w-3" />
</a>
</CardDescription>
</CardHeader>
<CardContent>
@ -38,7 +48,15 @@ export default function SettingsPage() {
<CardHeader>
<CardTitle>Telemetry</CardTitle>
<CardDescription>
Configure Langfuse tracing for your voice agent calls.
Configure Langfuse tracing for your voice agent calls.{" "}
<a
href="https://docs.dograh.com/configurations/tracing"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-0.5 underline"
>
Learn more <ExternalLink className="h-3 w-3" />
</a>
</CardDescription>
</CardHeader>
<CardContent>