Compare commits
No commits in common. "main" and "v2026.4.21" have entirely different histories.
main
...
v2026.4.21
@ -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.
|
||||
|
||||
## 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
|
||||
|
||||
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.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
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)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
@ -29,10 +29,10 @@ dependencies = [
|
||||
mcarchive-org = "mcarchive_org.server:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.supported.systems/warehack.ing/mcarchive-org"
|
||||
Repository = "https://git.supported.systems/warehack.ing/mcarchive-org"
|
||||
"Bug Tracker" = "https://git.supported.systems/warehack.ing/mcarchive-org/issues"
|
||||
Changelog = "https://git.supported.systems/warehack.ing/mcarchive-org/src/branch/main/CHANGELOG.md"
|
||||
Homepage = "https://git.supported.systems/rsp2k/mcarchive-org"
|
||||
Repository = "https://git.supported.systems/rsp2k/mcarchive-org"
|
||||
"Bug Tracker" = "https://git.supported.systems/rsp2k/mcarchive-org/issues"
|
||||
Changelog = "https://git.supported.systems/rsp2k/mcarchive-org/src/branch/main/CHANGELOG.md"
|
||||
"Archive.org API docs" = "https://archive.org/developers/"
|
||||
|
||||
[build-system]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user