Expand description
MCP server configuration types.
These types represent the “Claude Desktop / Claude Code” compatible MCP configuration schema and are used by the MCP client registry.
Structs§
- McpJson
File - Represents an
.mcp.jsonconfiguration file. - McpServer
Entry - Full MCP server entry compatible with
.mcp.json. - McpTool
- MCP tool entry (basic) — DEPRECATED: use
McpServerEntryinstead.
Enums§
- McpScope
- Configuration scope for MCP servers.
- McpTransport
Type - Transport type for MCP server connections.
Functions§
- import_
claude_ desktop_ servers - Import MCP servers from Claude Desktop config.
- infer_
transport_ from_ endpoint - Infer the MCP transport type from an endpoint URL.