Class LMStudioEphemeralMcp
Inline (ephemeral) MCP server configuration for native LM Studio chat requests. Passed as the "ephemeral_mcp" field in the request body. Requires explicit opt-in via LMStudioSettings.
Inherited Members
Namespace: Glitch9.AIDevKit.LMStudio
Assembly: Glitch9.AIDevKit.Provider.LMStudio.dll
Syntax
public class LMStudioEphemeralMcp
Properties
| Edit this page View SourceServers
Declaration
[JsonProperty("servers")]
public List<LMStudioMcpServer> Servers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LMStudioMcpServer> |