Module config

Module config 

Source
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§

McpJsonFile
Represents an .mcp.json configuration file.
McpServerEntry
Full MCP server entry compatible with .mcp.json.
McpTool
MCP tool entry (basic) — DEPRECATED: use McpServerEntry instead.

Enums§

McpScope
Configuration scope for MCP servers.
McpTransportType
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.