License

NovelAI Image MCP is licensed under the MIT License — see LICENSE for the full text.

Per-file SPDX annotations

In addition to the canonical LICENSE file, every source file carries an SPDX copyright / license header declared via REUSE.toml. The license per file type is:

File type

License

Software code (*.py, conf.py)

MIT

Documentation (*.md, *.mdx)

MIT

Visual elements (*.png, *.svg, *.jpg, …)

CC0-1.0

Infrastructure / config (*.toml, *.yml, *.json, Dockerfile, …)

CC0-1.0

Build artifacts (*.pyc, node_modules/, caches)

CC0-1.0

CC0-1.0 (public domain dedication) is used for non-creative content (configs, infrastructure, generated artifacts) so they impose no attribution requirements on downstream users.

Verifying compliance

The repository is REUSE 3.0-compliant. Run:

uv run reuse lint

The CI workflow runs the same check on every PR.

Third-party licenses

The project depends on:

Dependency

License

mcp

MIT

httpx

BSD-3-Clause

pydantic

MIT

pydantic-settings

MIT

typer

MIT

argon2-cffi

MIT

msgpack

Apache-2.0

Sphinx

BSD-2-Clause

Furo

MIT

MyST Parser

MIT

Run uv tree to see the full dependency tree, including transitive dependencies.

See also