mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
feat: add mcp server to Dograh OSS (#240)
* feat: add mcp server * update mcp endpoint
This commit is contained in:
parent
e31b38122e
commit
79bc91b1e0
18 changed files with 442 additions and 74 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue