Skip to content

Commit e29a186

Browse files
authored
docs(mcp): use VersionRequirement component (#14652)
Using the new `VersionRequirement` component for MCP. <img width="939" height="806" alt="Screenshot 2025-08-13 at 14 37 40" src="https://github.com/user-attachments/assets/f1277a1b-4208-436f-a2ea-faa4b47b2f57" />
1 parent 482fa37 commit e29a186

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/product/insights/ai/mcp/getting-started.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ sidebar_order: 0
44
description: "Learn how to set up Sentry MCP Monitoring"
55
---
66

7-
<Alert>
7+
Sentry MCP Observability helps you track and debug Model Context Protocol (MCP) implementations using our supported SDKs and integrations. Monitor your complete MCP workflows from client connections to server responses, including tool executions, resource access, and protocol communications.
88

9-
MCP observability is supported on Sentry **SDK versions above `9.46.0`**. If you're on an older version and want to use MCP monitoring, we recommend upgrading your SDK that version or above.
9+
To start sending MCP data to Sentry, make sure you've created a Sentry project for your MCP-enabled repository and follow the guide below:
1010

11-
</Alert>
11+
## Requirements
1212

13-
Sentry MCP Observability helps you track and debug Model Context Protocol (MCP) implementations using our supported SDKs and integrations. Monitor your complete MCP workflows from client connections to server responses, including tool executions, resource access, and protocol communications.
13+
<VersionRequirement product="MCP Observability" sdk="Node SDK" minVersion="9.46.0" />
1414

15-
To start sending MCP data to Sentry, make sure you've created a Sentry project for your MCP-enabled repository and follow the guide below:
1615

1716
## Supported SDKs
1817

0 commit comments

Comments
 (0)