agentic-identity-mcp-0.1.1 is not a library.
AgenticIdentity MCP Server.
Implements a stdio-based Model Context Protocol server that exposes AgenticIdentity operations to AI agents via JSON-RPC 2.0.
Protocol
Reads newline-delimited JSON-RPC 2.0 requests from stdin and writes responses to stdout. Each request and response is a single line.
Default passphrase
All operations that require a passphrase use the fixed passphrase "agentic".
This is intentional: agents cannot interactively enter passphrases, and the
MCP server is designed for use in automated contexts where the identity file
is already protected by the host environment.