Skip to content

Commit 78ebafc

Browse files
committed
Update
1 parent faaf06d commit 78ebafc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-data-ai/implement-data-security-compliance/includes/8-secure-graphql-rest-mcp-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ END;
142142

143143
## Secure MCP endpoints
144144

145-
Model Context Protocol endpoints let AI assistants and agents interact with your database. These need extra security attention because AI systems might process untrusted user input.
145+
Model Context Protocol (MCP) endpoints let AI assistants and agents interact with your database. These endpoints need extra security attention because AI systems might process untrusted user input.
146146

147147
Here's how to configure MCP server authentication:
148148

@@ -201,7 +201,7 @@ END;
201201
```
202202

203203
> [!IMPORTANT]
204-
> Never trust AI-generated queries without validation. Implement allowlists for permitted tables and operations rather than trying to block malicious patterns.
204+
> Never trust AI-generated queries without validation. Implement allow lists for permitted tables and operations rather than trying to block malicious patterns.
205205
206206
## Implement network security
207207

0 commit comments

Comments
 (0)