Skip to content

Commit 5453d74

Browse files
Pratham Sikkaclaude
authored andcommitted
docs: update Claude Code MCP config key and API key placeholder
Renames the MCP server key from "keploy" to "keploy-atg" and updates the API key placeholder from "kep_YOUR_API_KEY" to "<YOUR_KEPLOY_API_KEY>" in the Claude Code MCP Client Configuration section. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Pratham Sikka <prathamsikka@Prathams-MacBook-Air.local>
1 parent d3a9c86 commit 5453d74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-4.0.0/running-keploy/agent-test-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ Add to your Claude Code MCP settings (`~/.claude/settings.json` or project-level
106106
```json
107107
{
108108
"mcpServers": {
109-
"keploy": {
109+
"keploy-atg": {
110110
"type": "http",
111111
"url": "https://api.keploy.io/client/v1/mcp",
112112
"headers": {
113-
"Authorization": "Bearer kep_YOUR_API_KEY"
113+
"Authorization": "Bearer <YOUR_KEPLOY_API_KEY>"
114114
}
115115
}
116116
}

0 commit comments

Comments
 (0)