Expand description
JSON configuration file management utilities
Structs§
- McpConfig
- MCP configuration file structure
- McpServer
Config - MCP server configuration entry
Functions§
- add_
server_ to_ config - Add or update a server in the MCP configuration
- create_
cursor_ server_ config - Create a new MCP server configuration entry for Cursor using PATH-based command
- create_
server_ config - Create a new MCP server configuration entry
- format_
config_ for_ display - Format configuration for display
- get_
server_ config - Get server configuration if it exists
- has_
server_ config - Check if a server is already configured
- read_
config_ file - Read MCP configuration from a JSON file
- remove_
server_ from_ config - Remove a server from the MCP configuration
- validate_
config - Validate MCP configuration
- write_
config_ file - Write MCP configuration to a JSON file