Skip to content

Commit e3889e6

Browse files
committed
Resolve conflicts
1 parent 7f7a9ba commit e3889e6

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/toolhive/guides-k8s/redis-session-storage.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,13 @@ session storage is working correctly.
597597

598598
</details>
599599

600+
## Next steps
601+
602+
- [Configure token exchange](./token-exchange-k8s.mdx) to let MCP servers
603+
authenticate to backend services
604+
- [Monitor server activity](./telemetry-and-metrics.mdx) with OpenTelemetry and
605+
Prometheus
606+
600607
## Related information
601608

602609
- [Set up embedded authorization server authentication](./auth-k8s.mdx#set-up-embedded-authorization-server-authentication)

docs/toolhive/guides-vmcp/authentication.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,18 @@ metadata, then redirects you through each upstream provider for authentication.
602602
After completing the login flow, MCP tool calls to the GitHub backend
603603
automatically include your GitHub access token.
604604

605+
## Next steps
606+
607+
- [Configure tool aggregation](./tool-aggregation.mdx) to manage how tools from
608+
multiple backends are presented to clients
609+
- [Set up audit logging](./audit-logging.mdx) to track authentication decisions
610+
and request activity
611+
605612
## Related information
606613

607614
- [Authentication framework concepts](../concepts/auth-framework.mdx)
608615
- [Backend authentication concepts](../concepts/backend-auth.mdx)
616+
- [Cedar policies](../concepts/cedar-policies.mdx) for detailed policy syntax
609617
- [VirtualMCPServer configuration](./configuration.mdx)
610618
- [Token exchange in Kubernetes](../guides-k8s/token-exchange-k8s.mdx)
611619
- [Embedded auth server for MCPServer](../guides-k8s/auth-k8s.mdx#set-up-embedded-authorization-server-authentication)

0 commit comments

Comments
 (0)