Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ai/dotagents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ To gitignore managed skills instead (collaborators must run `install`), set `git

- [dotagents on GitHub](https://github.com/getsentry/dotagents)
- [Agent Skills](/ai/agent-skills/)
- [Sentry MCP Server](/ai/mcp/)
- [Sentry MCP Server](https://mcp.sentry.dev)
Binary file removed docs/ai/img/mcp-tools.png
Binary file not shown.
Binary file removed docs/ai/img/mcpdev.png
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ keywords:
className="w-full md:w-[calc(50%-12px)]"
/>
<LinkCard
href="/ai/mcp/"
href="https://mcp.sentry.dev"
iconSrc="/ai/img/IconCode.svg"
title="Sentry MCP Server"
description="Connect your AI assistant directly to Sentry using the Model Context Protocol for real-time error analysis and debugging."
Expand All @@ -52,7 +52,7 @@ keywords:
className="w-full md:w-[calc(50%-12px)]"
/>
<LinkCard
href="/ai/sentry-cli/"
href="https://cli.sentry.dev"
iconSrc="/ai/img/IconTerminal.svg"
title="Sentry CLI"
description="A natural-language CLI for developers and AI agents. List issues, use Seer's Autofix, and manage your Sentry projects from the terminal."
Expand Down
Loading
Loading