Skip to content

Commit 043d546

Browse files
authored
mcp: add authorize log fields (#1889)
1 parent 9c3e344 commit 043d546

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/docs/reference/authorize-log-fields.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ The table below lists all available authorize log fields:
111111
| `impersonate-session-id` | If [impersonating](/docs/capabilities/impersonation), the impersonated session ID | Yes |
112112
| `impersonate-user-id` | If [impersonating](/docs/capabilities/impersonation), the impersonated user ID | Yes |
113113
| `ip` | The IP address of the direct downstream client. If Pomerium is deployed behind a load balancer or other proxy, this will not be the IP address of the end user. | Yes |
114+
| `mcp-method` | The MCP method being called (e.g., `tools/call`, `tools/list`) | No |
115+
| `mcp-tool` | The MCP tool name for `tools/call` requests | No |
116+
| `mcp-tool-parameters` | The tool call parameters as a JSON object for `tools/call` requests | No |
114117
| `method` | The HTTP request method, such as `GET`, `POST`, or `PUT` | Yes |
115118
| `path` | The HTTP request path (for example, `/some/path`) | Yes |
116119
| `query` | The HTTP request query (for example, `?test=one&other=13`) | No |

0 commit comments

Comments
 (0)