Skip to content

Commit 58f100f

Browse files
Fix formatting in schema
1 parent 7df9a21 commit 58f100f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

schema/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7219,6 +7219,11 @@
72197219
"items": {
72207220
"description": "Execution phase for guards",
72217221
"oneOf": [
7222+
{
7223+
"description": "Before establishing connection to MCP server\nUsed for server whitelisting, typosquat detection, TLS validation",
7224+
"type": "string",
7225+
"const": "connection"
7226+
},
72227227
{
72237228
"description": "Before forwarding client request to MCP server",
72247229
"type": "string",

0 commit comments

Comments
 (0)