Skip to content

Commit 20dc673

Browse files
committed
update docs
1 parent 8ac153d commit 20dc673

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/products/SmartBear MCP Server/getting-started.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The SmartBear MCP Server supports multiple SmartBear Hubs, each requiring its ow
6868
6969
## Configure Environment Variables
7070

71-
The following environment variables based on which SmartBear hubs you want to access:
71+
The following environment variables based on which SmartBear products you want to access:
7272

7373
```shell
7474
# Required for BugSnag tools
@@ -91,9 +91,6 @@ export PACT_BROKER_TOKEN=your-pactflow-api-token
9191
export PACT_BROKER_USERNAME=your-username
9292
export PACT_BROKER_PASSWORD=your-password
9393

94-
# Optional: Enable error reporting for the MCP server itself
95-
export MCP_SERVER_BUGSNAG_API_KEY=your-monitoring-api-key
96-
9794
# Required for QMetry tools
9895
export QMETRY_API_KEY=your-qmetry_api_key
9996

@@ -107,8 +104,6 @@ export ZEPHYR_BASE_URL="https://api.zephyrscale.smartbear.com/v2"
107104

108105
```
109106

110-
> ⚠️ 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-
112107
## MCP Host Configuration
113108

114109
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 
461456
462457
```
463458

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+
464463
### Testing with MCP Inspector
465464

466465
To test the MCP server locally before integrating with your preferred host, you can use the MCP Inspector:

0 commit comments

Comments
 (0)