mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
chore: add mcp documentation
This commit is contained in:
parent
5ecc0d4da9
commit
599dae87a9
6 changed files with 120 additions and 86 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue