Get information about the currently active DanNet server.
Returns:
Dict with current server information:
- server_url: The base URL of the current DanNet server
- server_type: "local", "remote", or "custom"
- status: Connection status information
Example:
info = get_current_dannet_server()
# Returns: {"server_url": "https://wordnet.dk", "server_type": "remote", "status": "active"}
Connector