Skip to content

docs: update Claude Code MCP config key and API key placeholder#854

Open
PrathamSikka24 wants to merge 2 commits intomainfrom
docs/update-mcp-claude-code-config
Open

docs: update Claude Code MCP config key and API key placeholder#854
PrathamSikka24 wants to merge 2 commits intomainfrom
docs/update-mcp-claude-code-config

Conversation

@PrathamSikka24
Copy link
Copy Markdown
Contributor

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.

What has changed?

Please include a summary of the change.

This PR Resolves #(issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Documentation update (if none of the other choices apply).

How Has This Been Tested?

Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.

Copilot AI review requested due to automatic review settings May 1, 2026 10:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Agent-Based API Test Generation documentation to reflect a new Claude Code MCP server key name and a new API-key placeholder format for the Claude Code MCP configuration example.

Changes:

  • Renames the Claude Code MCP server key from keploy to keploy-atg.
  • Updates the Claude Code API key placeholder from kep_YOUR_API_KEY to <YOUR_KEPLOY_API_KEY>.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +109 to +113
"keploy-atg": {
"type": "http",
"url": "https://api.keploy.io/client/v1/mcp",
"headers": {
"Authorization": "Bearer kep_YOUR_API_KEY"
"Authorization": "Bearer <YOUR_KEPLOY_API_KEY>"
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>
@PrathamSikka24 PrathamSikka24 force-pushed the docs/update-mcp-claude-code-config branch from db3a461 to 5453d74 Compare May 1, 2026 10:33
Signed-off-by: Pratham Sikka <prathamsikka@Prathams-MacBook-Air.local>
Copy link
Copy Markdown
Contributor

@charankamarapu charankamarapu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants