Effect schemas describing MCP (Model Context Protocol) server config: local (spawned command) and remote (URL, optional OAuth) server definitions.

Members

(static, constant) Info

Discriminated union (on type) of any MCP server config, local or remote.

(static, constant) Local

Schema for a local MCP server launched by running a command on the host.

(static, constant) OAuth

Schema for OAuth authentication settings used by a remote MCP server.

(static, constant) Remote

Schema for a remote MCP server reached over HTTP, with optional OAuth.