diff --git a/docs/how-to/integrations/langchain.md b/docs/how-to/integrations/langchain.md index c74ccd7..3b826e2 100644 --- a/docs/how-to/integrations/langchain.md +++ b/docs/how-to/integrations/langchain.md @@ -116,7 +116,7 @@ guard = CapiscioGuard( ### `from_env()` class method -Mirrors `CapiscIO.from_env()` and `MCPServerIdentity.from_env()`: +Mirrors `CapiscIO.connect()` and `CapiscioMCPServer.connect()`: ```python guard = CapiscioGuard.from_env(mode="log") diff --git a/docs/how-to/security/ephemeral-deployment.md b/docs/how-to/security/ephemeral-deployment.md index 8abcf04..5ed65a7 100644 --- a/docs/how-to/security/ephemeral-deployment.md +++ b/docs/how-to/security/ephemeral-deployment.md @@ -258,7 +258,7 @@ See [Key Rotation](key-rotation.md) for more advanced patterns. | `CAPISCIO_DEV_MODE` | No | Enable dev mode | | `CAPISCIO_AGENT_PRIVATE_KEY_JWK` | No | Ed25519 private JWK (JSON string) | -### MCP Guard (`MCPServerIdentity.from_env()`) +### MCP Guard (`CapiscioMCPServer.connect()`) | Variable | Required | Description | |----------|----------|-------------|