Point 53 Nightdesk
Copyright (c) Point 53 LLC and contributors.

This product is licensed under the Mozilla Public License, v. 2.0.
A copy of the license is included in the LICENSE file at the root of
this source tree, and is also available at https://mozilla.org/MPL/2.0/.

"Point 53" and "Point 53 Nightdesk" are trademarks of Point 53 LLC.
Use of these marks is governed by applicable trademark law; the MPL-2.0
grants copyright and patent rights but does not grant any right to use
these marks (see MPL-2.0 section 10.4). The bare word "nightdesk" used
as the CLI command name is a functional identifier, not a trademark
claim on that word standing alone.

--------------------------------------------------------------------------------
Third-Party Software
--------------------------------------------------------------------------------

Point 53 Nightdesk depends on third-party software listed below. See
THIRD_PARTY_LICENSES.md for full attribution and license texts / pointers.

Runtime Python dependencies:
  - rich          (MIT)            https://github.com/Textualize/rich
  - httpx         (BSD-3-Clause)   https://github.com/encode/httpx
  - mcp           (MIT)            https://github.com/modelcontextprotocol/python-sdk
  - platformdirs  (MIT)            https://github.com/tox-dev/platformdirs
  - pydantic      (MIT)            https://github.com/pydantic/pydantic

Conditional Python dependencies:
  - tomli         (MIT)            https://github.com/hukkin/tomli
    (Python < 3.11 only; stdlib tomllib replaces it on 3.11+)

Optional Python dependencies:
  - anthropic     (MIT)            https://github.com/anthropics/anthropic-sdk-python

External runtime requirements (invoked as subprocesses; not linked,
not redistributed as part of this package):
  - git           https://git-scm.com               (GPL-2.0-only)
  - Ollama        https://ollama.com                 (MIT)

LLM models served via Ollama or Anthropic are NOT bundled. Each model
carries its own license from its respective publisher.
