@cyanheads/courtlistener-mcp-server 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +5 -2
- package/README.md +5 -5
- package/changelog/0.2.x/0.2.1.md +15 -0
- package/package.json +3 -2
- package/server.json +3 -3
package/CLAUDE.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Developer Protocol
|
|
2
2
|
|
|
3
3
|
**Server:** courtlistener-mcp-server
|
|
4
|
-
**Version:** 0.2.
|
|
5
|
-
**Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.9.
|
|
4
|
+
**Version:** 0.2.1
|
|
5
|
+
**Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.9.21`
|
|
6
6
|
**Engines:** Bun ≥1.3.0, Node ≥24.0.0
|
|
7
7
|
**MCP SDK:** `@modelcontextprotocol/sdk` ^1.29.0
|
|
8
8
|
**Zod:** ^4.4.3
|
|
@@ -287,11 +287,13 @@ Available skills:
|
|
|
287
287
|
| `api-context` | Context interface, logger, state, progress |
|
|
288
288
|
| `api-errors` | McpError, JsonRpcErrorCode, error patterns |
|
|
289
289
|
| `api-linter` | Definition linter rule catalog — invoked by `bun run lint:mcp` and `devcheck` |
|
|
290
|
+
| `api-mirror` | MirrorService: persistent self-refreshing local mirror via embedded SQLite + FTS5 — Tier 3 opt-in |
|
|
290
291
|
| `api-services` | LLM, Speech, Graph services |
|
|
291
292
|
| `api-testing` | createMockContext, test patterns |
|
|
292
293
|
| `api-utils` | Formatting, parsing, security, pagination, scheduling, telemetry helpers |
|
|
293
294
|
| `api-telemetry` | OTel catalog: spans, metrics, completion logs, env config, cardinality rules |
|
|
294
295
|
| `api-workers` | Cloudflare Workers runtime |
|
|
296
|
+
| `orchestrations` | Chain task skills into a gated multi-phase pipeline when sub-agents are available |
|
|
295
297
|
|
|
296
298
|
When you complete a skill's checklist, check the boxes and add a completion timestamp at the end (e.g., `Completed: 2026-03-11`).
|
|
297
299
|
|
|
@@ -316,6 +318,7 @@ When you complete a skill's checklist, check the boxes and add a completion time
|
|
|
316
318
|
| `npm run start:http` | Production mode (HTTP) |
|
|
317
319
|
| `npm run changelog:build` | Regenerate `CHANGELOG.md` from `changelog/*.md` |
|
|
318
320
|
| `npm run changelog:check` | Verify `CHANGELOG.md` is in sync (used by devcheck) |
|
|
321
|
+
| `npm run release:github` | Create a GitHub Release from the latest annotated tag |
|
|
319
322
|
| `npm run bundle` | Build and pack as `.mcpb` for one-click Claude Desktop install |
|
|
320
323
|
|
|
321
324
|
---
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<div align="center">
|
|
9
9
|
|
|
10
|
-
[](./CHANGELOG.md) [](./LICENSE) [](https://github.com/users/cyanheads/packages/container/package/courtlistener-mcp-server) [](https://modelcontextprotocol.io/) [](https://www.npmjs.com/package/@cyanheads/courtlistener-mcp-server) [](https://www.typescriptlang.org/) [](https://bun.sh/)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
13
13
|
|
|
@@ -205,7 +205,7 @@ A public instance is available at `https://courtlistener.caseyjhand.com/mcp` —
|
|
|
205
205
|
```json
|
|
206
206
|
{
|
|
207
207
|
"mcpServers": {
|
|
208
|
-
"courtlistener": {
|
|
208
|
+
"courtlistener-mcp-server": {
|
|
209
209
|
"type": "streamable-http",
|
|
210
210
|
"url": "https://courtlistener.caseyjhand.com/mcp"
|
|
211
211
|
}
|
|
@@ -220,7 +220,7 @@ Add the following to your MCP client configuration file. See [CourtListener acco
|
|
|
220
220
|
```json
|
|
221
221
|
{
|
|
222
222
|
"mcpServers": {
|
|
223
|
-
"courtlistener": {
|
|
223
|
+
"courtlistener-mcp-server": {
|
|
224
224
|
"type": "stdio",
|
|
225
225
|
"command": "bunx",
|
|
226
226
|
"args": ["@cyanheads/courtlistener-mcp-server@latest"],
|
|
@@ -239,7 +239,7 @@ Or with npx (no Bun required):
|
|
|
239
239
|
```json
|
|
240
240
|
{
|
|
241
241
|
"mcpServers": {
|
|
242
|
-
"courtlistener": {
|
|
242
|
+
"courtlistener-mcp-server": {
|
|
243
243
|
"type": "stdio",
|
|
244
244
|
"command": "npx",
|
|
245
245
|
"args": ["-y", "@cyanheads/courtlistener-mcp-server@latest"],
|
|
@@ -258,7 +258,7 @@ Or with Docker:
|
|
|
258
258
|
```json
|
|
259
259
|
{
|
|
260
260
|
"mcpServers": {
|
|
261
|
-
"courtlistener": {
|
|
261
|
+
"courtlistener-mcp-server": {
|
|
262
262
|
"type": "stdio",
|
|
263
263
|
"command": "docker",
|
|
264
264
|
"args": [
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
summary: "Adopt @cyanheads/mcp-ts-core 0.9.21 — per-request log context fix, secret-stripped error messages, withRetry fail-fast"
|
|
3
|
+
breaking: false
|
|
4
|
+
security: false
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 0.2.1 — 2026-06-02
|
|
8
|
+
|
|
9
|
+
## Changed
|
|
10
|
+
|
|
11
|
+
- **`@cyanheads/mcp-ts-core`** ^0.9.16 → ^0.9.21: HTTP transport per-request log context fix (per-request logs and traces now carry fresh request + trace/span IDs instead of the frozen boot context); `fetchWithTimeout` strips query-string secrets (e.g. `?api_key=`) from error messages and logs; `withRetry` fails fast on non-retryable errors; `ctx.fail` auto-populates the `retryable` flag.
|
|
12
|
+
|
|
13
|
+
## Dependencies
|
|
14
|
+
|
|
15
|
+
- `@cyanheads/mcp-ts-core` ^0.9.16 → ^0.9.21
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyanheads/courtlistener-mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"mcpName": "io.github.cyanheads/courtlistener-mcp-server",
|
|
5
5
|
"description": "Search and retrieve US court opinions, federal dockets, judge records, citation networks, and oral arguments from CourtListener's 9M+ opinion corpus via MCP. STDIO or Streamable HTTP.",
|
|
6
6
|
"type": "module",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"bundle": "bun run build && npx -y @anthropic-ai/mcpb pack . dist/courtlistener-mcp-server.mcpb",
|
|
34
34
|
"changelog:build": "bun run scripts/build-changelog.ts",
|
|
35
35
|
"changelog:check": "bun run scripts/build-changelog.ts --check",
|
|
36
|
+
"release:github": "tsx scripts/release-github.ts",
|
|
36
37
|
"test": "bunx vitest run",
|
|
37
38
|
"start:stdio": "MCP_TRANSPORT_TYPE=stdio bun ./dist/index.js",
|
|
38
39
|
"start:http": "MCP_TRANSPORT_TYPE=http bun ./dist/index.js",
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"access": "public"
|
|
82
83
|
},
|
|
83
84
|
"dependencies": {
|
|
84
|
-
"@cyanheads/mcp-ts-core": "^0.9.
|
|
85
|
+
"@cyanheads/mcp-ts-core": "^0.9.21",
|
|
85
86
|
"pino-pretty": "^13.1.3",
|
|
86
87
|
"zod": "^4.4.3"
|
|
87
88
|
},
|
package/server.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/cyanheads/courtlistener-mcp-server",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.2.
|
|
9
|
+
"version": "0.2.1",
|
|
10
10
|
"remotes": [
|
|
11
11
|
{
|
|
12
12
|
"type": "streamable-http",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
20
20
|
"identifier": "@cyanheads/courtlistener-mcp-server",
|
|
21
21
|
"runtimeHint": "node",
|
|
22
|
-
"version": "0.2.
|
|
22
|
+
"version": "0.2.1",
|
|
23
23
|
"packageArguments": [
|
|
24
24
|
{
|
|
25
25
|
"type": "positional",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
55
55
|
"identifier": "@cyanheads/courtlistener-mcp-server",
|
|
56
56
|
"runtimeHint": "node",
|
|
57
|
-
"version": "0.2.
|
|
57
|
+
"version": "0.2.1",
|
|
58
58
|
"packageArguments": [
|
|
59
59
|
{
|
|
60
60
|
"type": "positional",
|