clear_auth
Clear authentication tokens and sessions on CyberMCP to prevent unauthorized access and mitigate risks associated with authentication bypass vulnerabilities in backend APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}