Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the LDAP MCP server
func NewServerWithConfigs ¶
func NewServerWithConfigs( ldapConfig *ldap.Config, poolConfig ldap.PoolConfig, cacheConfig ldap.CacheConfig, rateLimitConfig ldap.RateLimitConfig, ) (*Server, error)
NewServerWithConfigs creates a new LDAP MCP server with custom configurations
func (*Server) GetMCPServer ¶
GetMCPServer returns the underlying MCP server instance
func (*Server) RegisterTools ¶
func (s *Server) RegisterTools()
RegisterTools registers all LDAP MCP tools
Click to show internal directories.
Click to hide internal directories.