You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/expected-features/mcp-instrumentation/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: MCP Instrumentation
3
3
---
4
4
5
-
The MCP Server module instruments Anthropic's Model Context Protocol (MCP) SDKs. At the moment it only supports the [MCP typescript sdk](https://github.com/modelcontextprotocol/typescript-sdk/).
5
+
The MCP Server module instruments Anthropic's Model Context Protocol (MCP) SDKs. At the moment it only supports the [MCP Typescript SDK](https://github.com/modelcontextprotocol/typescript-sdk/).
6
6
7
7
## Features
8
8
@@ -13,7 +13,7 @@ The MCP Server module instruments Anthropic's Model Context Protocol (MCP) SDKs.
13
13
14
14
Currently, it doesn't support automatic instrumentation due to [this issue](https://github.com/getsentry/sentry-javascript/issues/16052) related to `import-in-the-middle`.
15
15
16
-
Instrumentation has to be done by wrapping the MCP server instance. This is done by the `wrapMcpServerWithSentry` function. For example:
16
+
Instrumentation must be done by wrapping the MCP server instance. This is done by the `wrapMcpServerWithSentry` function. For example:
Copy file name to clipboardExpand all lines: develop-docs/sdk/expected-features/mcp-instrumentation/tracing.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Tracing
3
3
---
4
4
5
-
The MCP Server module is the instrumentation for the anthropic MCP SDKs. At the moment it only supports the [MCP typescript sdk](https://github.com/modelcontextprotocol/typescript-sdk/).
5
+
The MCP Server module is the instrumentation for the anthropic MCP SDKs. At the moment it only supports the [MCP Typescript SDK](https://github.com/modelcontextprotocol/typescript-sdk/).
6
6
7
7
## Spans Conventions
8
8
@@ -18,12 +18,12 @@ All MCP Server spans share common attributes and follow consistent patterns:
0 commit comments