AmpSdk.Types.MCPStdioServer (AmpSdk v0.6.0)

Copy Markdown View Source

Configuration for an MCP server using stdio transport.

Summary

Types

t()

@type t() :: %AmpSdk.Types.MCPStdioServer{
  args: [String.t()],
  command: String.t(),
  disabled: boolean(),
  env: map()
}

Functions

new(opts)

@spec new(map() | keyword()) :: {:ok, t()} | {:error, AmpSdk.Error.t()}

new!(opts)

@spec new!(map() | keyword()) :: t()