You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/implement-data-security-compliance/includes/8-secure-graphql-rest-mcp-endpoints.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ END;
142
142
143
143
## Secure MCP endpoints
144
144
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.
146
146
147
147
Here's how to configure MCP server authentication:
148
148
@@ -201,7 +201,7 @@ END;
201
201
```
202
202
203
203
> [!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.
0 commit comments