docs: update Claude Code MCP config key and API key placeholder#854
Open
PrathamSikka24 wants to merge 2 commits intomainfrom
Open
docs: update Claude Code MCP config key and API key placeholder#854PrathamSikka24 wants to merge 2 commits intomainfrom
PrathamSikka24 wants to merge 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
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
keploytokeploy-atg. - Updates the Claude Code API key placeholder from
kep_YOUR_API_KEYto<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>
db3a461 to
5453d74
Compare
Signed-off-by: Pratham Sikka <prathamsikka@Prathams-MacBook-Air.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
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: