From ebc0c1a71f961403118d2f432fe992dd87485a15 Mon Sep 17 00:00:00 2001 From: betegon Date: Wed, 13 Aug 2025 13:16:58 +0200 Subject: [PATCH] docs(mcp): Update getting started guide to include SDK version requirement and terminology change --- docs/product/insights/ai/mcp/getting-started.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/product/insights/ai/mcp/getting-started.mdx b/docs/product/insights/ai/mcp/getting-started.mdx index 2abcc6198920a2..d0de0f1983a2c5 100644 --- a/docs/product/insights/ai/mcp/getting-started.mdx +++ b/docs/product/insights/ai/mcp/getting-started.mdx @@ -4,7 +4,13 @@ sidebar_order: 0 description: "Learn how to set up Sentry MCP Monitoring" --- -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. + + +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. + + + +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. 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: @@ -12,7 +18,7 @@ To start sending MCP data to Sentry, make sure you've created a Sentry project f ### JavaScript - MCP Server -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. +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. #### Quick Start with MCP Server