Versions in this module Expand all Collapse all v1 v1.1.0 Apr 19, 2025 v1.0.0 Apr 18, 2025 Changes in this version + func RegisterEventHandlers(bus events.Bus, manager *CursorConfigManager) + type CursorConfigManager struct + func NewCursorConfigManager(logger log.Logger) (*CursorConfigManager, error) + func (m *CursorConfigManager) EnsureAgentEntry() error + func (m *CursorConfigManager) HandleLocalToolsRefreshed(event events.Event) + type MCPServersConfig struct + MCPServers map[string]ServerEntry + type ServerEntry struct + URL string