feat: add mcp server to Dograh OSS (#240)

* feat: add mcp server

* update mcp endpoint
This commit is contained in:
Abhishek 2026-04-16 13:03:29 +05:30 committed by GitHub
parent e31b38122e
commit 79bc91b1e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 442 additions and 74 deletions

View file

@ -1,5 +1,6 @@
"use client";
import { MCPSection } from "@/components/MCPSection";
import { TelemetrySection } from "@/components/TelemetrySection";
import {
Card,
@ -20,6 +21,19 @@ export default function SettingsPage() {
</p>
</div>
<Card>
<CardHeader>
<CardTitle>MCP Server</CardTitle>
<CardDescription>
Let AI agents access your Dograh workspace and documentation via
the Model Context Protocol.
</CardDescription>
</CardHeader>
<CardContent>
<MCPSection />
</CardContent>
</Card>
<Card>
<CardHeader>
<CardTitle>Telemetry</CardTitle>