-
Notifications
You must be signed in to change notification settings - Fork 34
Mcp pro #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: pro
Are you sure you want to change the base?
Conversation
for_one: | ||
key: | ||
regex: .* | ||
extract: authHeaderKey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can add regex for Authorization key
- req: [] | ||
validate: | ||
response_headers: | ||
contains_either: "$magic Check whether the response headers contains any authentication token value that was passed in the request header (the heder value: ${authHeaderVal}). If there is no exact token matching, then return just empty braces. Else return a list of words with the actual token found in the response header only." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heder - spell check
- params | ||
request_headers: | ||
for_one: | ||
key: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets discuss this
gt: 0 | ||
not_contains: "${responseErrorList}" | ||
- success: exit | ||
- failure: x2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this correct?
requests: | ||
- req: | ||
- add_header: | ||
dummy_Header_Key: dummyValue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dummy?
…into mcp-pro-addons
added mcp test cases related to error handling and resources
No description provided.