@neat.is/claude-skill 0.4.27 → 0.4.28-dev.20260707

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @neat.is/claude-skill
2
2
 
3
- Drop-in MCP config that hooks NEAT's nine MCP tools into Claude Code.
3
+ Drop-in MCP config that hooks NEAT's sixteen MCP tools into Claude Code.
4
4
 
5
5
  See [SKILL.md](./SKILL.md) for the tool list, install steps, and prerequisites.
6
6
 
@@ -14,4 +14,4 @@ The shipped artifact is `claude_code_config.json` — a single object you merge
14
14
 
15
15
  ## When this drifts
16
16
 
17
- If the nine MCP tools change shape or the `@neat.is/mcp` package ships a different stdio entrypoint, this snippet needs to keep up. The contract test in `packages/core/test/audits/contracts.test.ts` enforces the snippet shape — `command: 'npx'`, args wired to `@neat.is/mcp`, type `stdio`, plus `NEAT_API_URL` env wired through.
17
+ If the sixteen MCP tools change shape or the `@neat.is/mcp` package ships a different stdio entrypoint, this snippet needs to keep up. The contract test in `packages/core/test/audits/contracts.test.ts` enforces the snippet shape — `command: 'npx'`, args wired to `@neat.is/mcp`, type `stdio`, plus `NEAT_API_URL` env wired through.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neat.is/claude-skill",
3
- "version": "0.4.27",
3
+ "version": "0.4.28-dev.20260707",
4
4
  "description": "Claude Code skill drop-in for NEAT — wires the @neat.is/mcp server into Claude's MCP config",
5
5
  "license": "BUSL-1.1",
6
6
  "homepage": "https://neat.is",