Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .changeset/live-smoke-waf-403.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @refkit/mcp

## 0.6.1

### Patch Changes

- Updated dependencies [d6432a1]
- @refkit/provider-gutendex@0.2.5
- @refkit/provider-artic@0.2.4
- @refkit/provider-internet-archive@0.3.2
- @refkit/provider-met@0.2.4
- @refkit/provider-openverse@0.3.2
- @refkit/provider-poetrydb@0.2.4
- @refkit/provider-polyhaven@0.2.3
- @refkit/provider-rijksmuseum@0.2.3
- @refkit/provider-wikimedia-commons@0.3.2

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refkit/mcp",
"version": "0.6.0",
"version": "0.6.1",
"description": "MCP server for refkit — exposes license-normalized reference search as an agent tool.",
"type": "module",
"license": "Apache-2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/provider-gutendex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @refkit/provider-gutendex

## 0.2.5

### Patch Changes

- d6432a1: Stop the weekly live-smoke from crying wolf on WAF blocks: `liveSmoke` gains an
opt-in `tolerateUpstreamBlock` that skips (with a warning) when the source's WAF
returns HTTP 403 from the runner's datacenter IP — 404s, 5xx, schema changes,
and empty results still fail. Applied to gutendex only, whose Cloudflare front
blocks GitHub Actions IPs regardless of User-Agent (verified with both a
descriptive bot UA and a browser UA). gutendex requests also send an explicit
`Accept: application/json` now.

gutendex additionally gains a `baseUrl` config: the upstream docs frame
gutendex.com as a test instance ("You should run your own server, but you can
test queries at gutendex.com"), so production/datacenter consumers can now
point the provider at a self-hosted Gutendex.

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-gutendex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refkit/provider-gutendex",
"version": "0.2.4",
"version": "0.2.5",
"description": "Gutendex (Project Gutenberg) provider satellite for refkit — public-domain book references, per-item copyright→license.",
"type": "module",
"license": "Apache-2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/provider-testkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @refkit/provider-testkit

## 0.0.4

### Patch Changes

- d6432a1: Stop the weekly live-smoke from crying wolf on WAF blocks: `liveSmoke` gains an
opt-in `tolerateUpstreamBlock` that skips (with a warning) when the source's WAF
returns HTTP 403 from the runner's datacenter IP — 404s, 5xx, schema changes,
and empty results still fail. Applied to gutendex only, whose Cloudflare front
blocks GitHub Actions IPs regardless of User-Agent (verified with both a
descriptive bot UA and a browser UA). gutendex requests also send an explicit
`Accept: application/json` now.

gutendex additionally gains a `baseUrl` config: the upstream docs frame
gutendex.com as a test instance ("You should run your own server, but you can
test queries at gutendex.com"), so production/datacenter consumers can now
point the provider at a self-hosted Gutendex.

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-testkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refkit/provider-testkit",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"description": "Conformance test helpers for refkit provider satellites (internal, not published).",
"type": "module",
Expand Down