McpServer.stateful

As stateful(string, string, ...), from a full Implementation.

  1. McpServer stateful(string name, string version_, Nullable!string instructions)
  2. McpServer stateful(Implementation serverInfo, Nullable!string instructions)
    class McpServer
    static @safe
    stateful
    (,
    Nullable!string instructions = Nullable!string.init
    )