Documentation
¶
Overview ¶
Package claude provides configuration management for Claude Desktop MCP servers.
This package handles:
- Claude Desktop configuration structure (claude_desktop_config.json)
- Platform-specific configuration file paths (macOS, Linux, Windows)
- MCP server entry management
Platform-specific path functions use build tags to locate the Claude Desktop configuration directory on different operating systems.
This is an internal package and should not be imported by users of the cobrax library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
Config represents the structure of Claude Desktop's configuration file.
func (*Config) HasServer ¶
HasServer returns true if a server with the given name exists in the configuration.
func (*Config) RemoveServer ¶
RemoveServer removes a server from the configuration.
Click to show internal directories.
Click to hide internal directories.