@cyanheads/brapi-mcp-server 0.7.5 → 0.7.6
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 +2 -2
- package/README.md +1 -1
- package/changelog/0.7.x/0.7.6.md +24 -0
- package/manifest.json +1 -1
- package/package.json +4 -4
- package/server.json +3 -3
package/CLAUDE.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Agent Protocol
|
|
2
2
|
|
|
3
3
|
**Server:** brapi-mcp-server
|
|
4
|
-
**Version:** 0.7.
|
|
5
|
-
**Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.
|
|
4
|
+
**Version:** 0.7.6
|
|
5
|
+
**Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.9`
|
|
6
6
|
|
|
7
7
|
> **Read the framework docs first:** `node_modules/@cyanheads/mcp-ts-core/CLAUDE.md` contains the full API reference — builders, Context, error codes, exports, patterns. This file covers server-specific conventions only.
|
|
8
8
|
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<div align="center">
|
|
9
9
|
|
|
10
|
-
[](https://www.npmjs.com/package/@cyanheads/brapi-mcp-server) [](https://www.npmjs.com/package/@cyanheads/brapi-mcp-server) [](./CHANGELOG.md) [](https://modelcontextprotocol.io/) [](./LICENSE) [](https://www.typescriptlang.org/) [](https://bun.sh/) [](./CHANGELOG.md)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
13
13
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
summary: "mcp-ts-core ^0.10.6 → ^0.10.9 — ctx.content media collector, two new devcheck guards (dependency specifiers, plugin marketplace manifests), sharper canvas SQL error classification; @duckdb/node-api and @types/node bumps; eight skills re-synced"
|
|
3
|
+
breaking: false
|
|
4
|
+
security: false
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 0.7.6 — 2026-06-20
|
|
8
|
+
|
|
9
|
+
## Added
|
|
10
|
+
|
|
11
|
+
- **`check-dependency-specifiers` devcheck step** — re-synced `scripts/check-dependency-specifiers.ts` (registered in `ALL_CHECKS`, flag `--no-dep-specifiers`) hard-fails on floating specifiers (`latest`, `*`, pre-release dist-tags) in `package.json` dependency sections and `bun.lock`'s `workspaces` map. Catches a `bun update --latest` writing a `latest` dist-tag into the lock that would let the next `bun install` re-resolve past an intentional hold. ([cyanheads/mcp-ts-core#246](https://github.com/cyanheads/mcp-ts-core/issues/246))
|
|
12
|
+
- **Plugin marketplace manifest checks** — `lint:packaging` gains a check validating `.claude-plugin/plugin.json` and `.codex-plugin/plugin.json` (+ `.codex-plugin/mcp.json`): non-empty descriptions, unscoped machine name in display fields, and the full `package.json` name in the `npx -y` install arg. Enabled by the new `devcheck.config.json` `packaging.pluginManifests: true` flag. ([cyanheads/mcp-ts-core#240](https://github.com/cyanheads/mcp-ts-core/issues/240))
|
|
13
|
+
|
|
14
|
+
## Changed
|
|
15
|
+
|
|
16
|
+
- **`@cyanheads/mcp-ts-core`** `^0.10.6` → `^0.10.9`. Picks up: `ctx.content` — an always-present collector for image/audio content blocks that ride `content[]` only (never `structuredContent`); canvas SQL gate now classifies a `SELECT`-shaped statement that fails to prepare (bad column, unknown function) as `ValidationError` `data.reason: 'invalid_sql'` with the DuckDB binder detail, instead of the misleading `non_select_statement`; corrected `OTEL_SERVICE_NAME` seeding docs (`createApp({ name })` seeds it only when unset). ([cyanheads/mcp-ts-core#239](https://github.com/cyanheads/mcp-ts-core/issues/239), [#236](https://github.com/cyanheads/mcp-ts-core/issues/236), [#233](https://github.com/cyanheads/mcp-ts-core/issues/233))
|
|
17
|
+
- **`.codex-plugin/plugin.json`** — filled the empty `interface.longDescription` so the Codex marketplace manifest passes the new packaging check.
|
|
18
|
+
- **Eight `skills/<name>/SKILL.md` re-synced** from the framework — `add-tool` 2.14→2.15, `api-canvas` 1.6→1.7, `api-config` 1.7→1.8, `api-context` 1.8→1.9, `api-telemetry` 1.1→1.2, `git-wrapup` 1.2→1.4, `orchestrations` 1.3→1.4, `polish-docs-meta` 2.7→2.9 — mirrored into `.claude/skills/` and `.agents/skills/`.
|
|
19
|
+
|
|
20
|
+
## Dependencies
|
|
21
|
+
|
|
22
|
+
- **`@cyanheads/mcp-ts-core`** `^0.10.6` → `^0.10.9`
|
|
23
|
+
- **`@duckdb/node-api`** `^1.5.3-r.3` → `^1.5.4-r.1` (the bump deferred from 0.7.5 — now inside the caret)
|
|
24
|
+
- **`@types/node`** `^25.9.3` → `^26.0.0`
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyanheads/brapi-mcp-server",
|
|
3
3
|
"mcpName": "io.github.cyanheads/brapi-mcp-server",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.6",
|
|
5
5
|
"description": "A collaborative BrAPI v2.1 workspace for multi-agent research via MCP. Search studies, germplasm, genotypes, & more - across Breedbase, T3, Sweetpotatobase, & any BrAPI v2-compliant server.",
|
|
6
6
|
"author": "Casey Hand @cyanheads (https://github.com/cyanheads/brapi-mcp-server#readme)",
|
|
7
7
|
"type": "module",
|
|
@@ -81,14 +81,14 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@cyanheads/mcp-ts-core": "^0.10.
|
|
85
|
-
"@duckdb/node-api": "^1.5.
|
|
84
|
+
"@cyanheads/mcp-ts-core": "^0.10.9",
|
|
85
|
+
"@duckdb/node-api": "^1.5.4-r.1",
|
|
86
86
|
"pino-pretty": "^13.1.3",
|
|
87
87
|
"zod": "^4.4.3"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@biomejs/biome": "^2.5.0",
|
|
91
|
-
"@types/node": "^
|
|
91
|
+
"@types/node": "^26.0.0",
|
|
92
92
|
"depcheck": "^1.4.7",
|
|
93
93
|
"ignore": "^7.0.5",
|
|
94
94
|
"tsc-alias": "^1.8.17",
|
package/server.json
CHANGED
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
"url": "https://github.com/cyanheads/brapi-mcp-server",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.7.
|
|
9
|
+
"version": "0.7.6",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
14
14
|
"identifier": "@cyanheads/brapi-mcp-server",
|
|
15
15
|
"runtimeHint": "bun",
|
|
16
|
-
"version": "0.7.
|
|
16
|
+
"version": "0.7.6",
|
|
17
17
|
"packageArguments": [
|
|
18
18
|
{ "type": "positional", "value": "run" },
|
|
19
19
|
{ "type": "positional", "value": "start:stdio" }
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
57
57
|
"identifier": "@cyanheads/brapi-mcp-server",
|
|
58
58
|
"runtimeHint": "bun",
|
|
59
|
-
"version": "0.7.
|
|
59
|
+
"version": "0.7.6",
|
|
60
60
|
"packageArguments": [
|
|
61
61
|
{ "type": "positional", "value": "run" },
|
|
62
62
|
{ "type": "positional", "value": "start:http" }
|