-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Closed
Copy link
Labels
Milestone
Description
Description
Add documentation explaining how the AI MCP Proxy plugin can take cookies from incoming HTTP requests and make them available as input parameters to tools. This allows browser-originated sessions and identities to flow through to MCP tools when needed (for example, when tools need session context or user identity). Major points to convey:
- Cookies in the request can be passed through to tools
- Tools can then use those values for context, auth, or other logic
- This enables browser-based workflows with MCP tools
NOTE: details TBD with Zexuan.
parameters:
- name: session_id
in: cookie
description: "Session identifier set by the authentication service. Treated as the proof of an authenticated session."
required: true
schema:
type: stringDefinition of Done [TBD]
- New section in the AI MCP Proxy plugin documentation describing cookie pass-through behavior
- At least one configuration example in the AI MCP Proxy Plugin showing cookies being surfaced to a tool
- Nice-to-have: how-to document
Additional information
Person of contact @spacewander
Jira ticket: https://konghq.atlassian.net/browse/AG-377
Size
S to M
Reactions are currently unavailable