Skip to content

Commit 4181ac6

Browse files
authored
docs(mcp): Update getting started guide to include SDK version requirement and terminology change (#14650)
Final touches to our MCP Server instrumentation docs before the launch tomorrow (Thursday, August 14). - put an alert to let users know the minimum version requirement to use our MCP Server instrumentation (inspo from [here](https://docs.sentry.io/platforms/javascript/guides/express/sourcemaps/uploading/esbuild/)). - change wording a bit to talk about MCP Observability rather than MCP Monitoring.
1 parent c567448 commit 4181ac6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

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

7-
Sentry MCP Monitoring 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.
7+
<Alert>
8+
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.
10+
11+
</Alert>
12+
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.
814

915
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:
1016

1117
## Supported SDKs
1218

1319
### JavaScript - MCP Server
1420

15-
The Sentry JavaScript SDK supports MCP monitoring by wrapping the MCP Server from the [@modelcontextprotocol/sdk](https://www.npmjs.com/package/@modelcontextprotocol/sdk) package. This wrapper automatically captures spans for your MCP server workflows including tool executions, resource access, and client connections.
21+
The Sentry JavaScript SDK supports MCP observability by wrapping the MCP Server from the [@modelcontextprotocol/sdk](https://www.npmjs.com/package/@modelcontextprotocol/sdk) package. This wrapper automatically captures spans for your MCP server workflows including tool executions, resource access, and client connections.
1622

1723
#### Quick Start with MCP Server
1824

0 commit comments

Comments
 (0)