Compare commits

..

No commits in common. "main" and "v2026.4.21" have entirely different histories.

2 changed files with 5 additions and 9 deletions

View File

@ -2,10 +2,6 @@
Versioning is date-based: `YYYY.MM.DD` for normal releases, `YYYY.MM.DD.N` (PEP 440 post-release) for same-day fixes. Versioning is date-based: `YYYY.MM.DD` for normal releases, `YYYY.MM.DD.N` (PEP 440 post-release) for same-day fixes.
## 2026.4.21.1 — metadata refresh
Project URLs in package metadata updated to point at the new canonical home: `git.supported.systems/warehack.ing/mcarchive-org`. No code changes — same wheel contents, just refreshed `Project-URL` fields. PyPI metadata is immutable per version, hence the post-release bump rather than an in-place edit.
## 2026.04.21 — initial release ## 2026.04.21 — initial release
First public release. An MCP (Model Context Protocol) server that lets an LLM search, inspect, and download content from the [Internet Archive](https://archive.org). No API key required. First public release. An MCP (Model Context Protocol) server that lets an LLM search, inspect, and download content from the [Internet Archive](https://archive.org). No API key required.

View File

@ -1,6 +1,6 @@
[project] [project]
name = "mcarchive-org" name = "mcarchive-org"
version = "2026.4.21.1" version = "2026.04.21"
description = "MCP server for searching and downloading files from the Internet Archive (archive.org)" description = "MCP server for searching and downloading files from the Internet Archive (archive.org)"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
@ -29,10 +29,10 @@ dependencies = [
mcarchive-org = "mcarchive_org.server:main" mcarchive-org = "mcarchive_org.server:main"
[project.urls] [project.urls]
Homepage = "https://git.supported.systems/warehack.ing/mcarchive-org" Homepage = "https://git.supported.systems/rsp2k/mcarchive-org"
Repository = "https://git.supported.systems/warehack.ing/mcarchive-org" Repository = "https://git.supported.systems/rsp2k/mcarchive-org"
"Bug Tracker" = "https://git.supported.systems/warehack.ing/mcarchive-org/issues" "Bug Tracker" = "https://git.supported.systems/rsp2k/mcarchive-org/issues"
Changelog = "https://git.supported.systems/warehack.ing/mcarchive-org/src/branch/main/CHANGELOG.md" Changelog = "https://git.supported.systems/rsp2k/mcarchive-org/src/branch/main/CHANGELOG.md"
"Archive.org API docs" = "https://archive.org/developers/" "Archive.org API docs" = "https://archive.org/developers/"
[build-system] [build-system]