Skip to content

Commit b2dc473

Browse files
committed
Add missing faqs
1 parent 6cfce91 commit b2dc473

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

app/_landing_pages/konnect-platform/konnect-mcp.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,12 +430,18 @@ rows:
430430
```
431431
432432
- header:
433-
text: "Frequently asked questions"
434-
type: h2
433+
text: "Frequently asked questions"
434+
type: h2
435435
columns:
436436
- blocks:
437437
- type: faqs
438438
config:
439+
- q: Can I disable MCP access for my organization?
440+
a: |
441+
MCP server access is enabled by default for all organizations. Organization admins can disable this from Organization Settings > AI Settings, after which no user will be able to access the MCP server.
442+
- q: How does user access control work for MCP tools?
443+
a: |
444+
Access to MCP tools is based on the permission levels of the user whose PAT is used for authentication.
439445
- q: How should I structure my tool workflows?
440446
a: |
441447
Start with GetControlPlane to identify the correct control plane before accessing nested resources. For `get_by_name` operations that return no results, fall back to `list` and perform fuzzy matching. Always confirm CreateDebugSession parameters with the user before starting, and check `fetch_status` until the session reaches `"completed"` before analyzing traces.

0 commit comments

Comments
 (0)