Skip to content

Commit 6d094d7

Browse files
committed
fix: update Honeycomb API key obtain URL
1 parent bf137bf commit 6d094d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

servers/com.honeycomb-mcp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"secret": true,
3939
"placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
4040
"obtain": {
41-
"url": "https://ui.honeycomb.io/account",
42-
"instructions": "1. Go to ui.honeycomb.io > Account\n2. Navigate to API Keys\n3. Create or copy an existing key",
43-
"button_label": "Get API Key"
41+
"url": "https://docs.honeycomb.io/configure/environments/manage-api-keys/",
42+
"instructions": "1. Log in to your Honeycomb account\n2. Click on your environment name in the top-left\n3. Go to Manage Environments\n4. Select your environment\n5. Find your API Key in the API Keys section",
43+
"button_label": "View Docs"
4444
}
4545
}
4646
]

0 commit comments

Comments
 (0)