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
> ⚠️ The `MCP_SERVER_BUGSNAG_API_KEY` is used for monitoring the MCP server itself and should be different from your main application's API key.
111
-
112
107
## MCP Host Configuration
113
108
114
109
Configure your MCP host to connect to the SmartBear server. Below are examples for popular clients. In all cases, replace `<PATH_TO_SMARTBEAR_MCP>` with the absolute path to your cloned repository.
@@ -461,6 +456,10 @@ To run the built server locally in VS Code, add the following configuration to
461
456
462
457
```
463
458
459
+
### BugSnag instrumentation
460
+
461
+
The MCP server includes built-in BugSnag instrumentation to monitor its own health and performance. To disable this, or send it to your own dashboard, set the `MCP_SERVER_BUGSNAG_API_KEY` environment variable to an empty string or a different BugSnag API key. This key should be different from the one used for your main application to avoid mixing error reports.
462
+
464
463
### Testing with MCP Inspector
465
464
466
465
To test the MCP server locally before integrating with your preferred host, you can use the MCP Inspector:
0 commit comments