Code MCP

# Example codemcp.toml configuration file # This file can be placed at the root of your repository # or copied to ~/.codemcprc for user-wide settings [logger] # Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL verbosity = "INFO" # Path where logs will be stored path = "~/.codemcp" [files] # Line ending style to use when creating new files # Valid values: "LF", "CRLF", or null (to auto-detect) # LF = Unix/Linux/macOS style (\n) # CRLF = Windows style (\r\n) line_endings = null # null means auto-detect from .editorconfig, .gitattributes, or OS