@cyanheads/mcp-ts-core 0.10.6 → 0.10.8

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 (52) hide show
  1. package/AGENTS.md +1 -1
  2. package/CLAUDE.md +1 -1
  3. package/README.md +1 -1
  4. package/biome.json +2 -2
  5. package/changelog/0.10.x/0.10.6.md +2 -2
  6. package/changelog/0.10.x/0.10.7.md +49 -0
  7. package/changelog/0.10.x/0.10.8.md +19 -0
  8. package/dist/core/app.d.ts +6 -1
  9. package/dist/core/app.d.ts.map +1 -1
  10. package/dist/core/app.js.map +1 -1
  11. package/dist/core/context.d.ts +63 -1
  12. package/dist/core/context.d.ts.map +1 -1
  13. package/dist/core/context.js +56 -0
  14. package/dist/core/context.js.map +1 -1
  15. package/dist/core/index.d.ts +1 -1
  16. package/dist/core/index.d.ts.map +1 -1
  17. package/dist/core/index.js.map +1 -1
  18. package/dist/logs/combined.log +8 -8
  19. package/dist/logs/error.log +4 -4
  20. package/dist/mcp-server/tools/utils/toolHandlerFactory.d.ts.map +1 -1
  21. package/dist/mcp-server/tools/utils/toolHandlerFactory.js +9 -1
  22. package/dist/mcp-server/tools/utils/toolHandlerFactory.js.map +1 -1
  23. package/dist/services/canvas/core/sqlGate.d.ts +2 -0
  24. package/dist/services/canvas/core/sqlGate.d.ts.map +1 -1
  25. package/dist/services/canvas/core/sqlGate.js +2 -0
  26. package/dist/services/canvas/core/sqlGate.js.map +1 -1
  27. package/dist/services/canvas/providers/duckdb/DuckdbProvider.d.ts.map +1 -1
  28. package/dist/services/canvas/providers/duckdb/DuckdbProvider.js +48 -4
  29. package/dist/services/canvas/providers/duckdb/DuckdbProvider.js.map +1 -1
  30. package/dist/testing/index.d.ts +15 -1
  31. package/dist/testing/index.d.ts.map +1 -1
  32. package/dist/testing/index.js +22 -1
  33. package/dist/testing/index.js.map +1 -1
  34. package/package.json +20 -27
  35. package/scripts/build-changelog.ts +9 -0
  36. package/scripts/check-framework-antipatterns.ts +10 -0
  37. package/scripts/check-skill-versions.ts +1 -0
  38. package/scripts/devcheck.ts +30 -13
  39. package/skills/add-tool/SKILL.md +15 -1
  40. package/skills/api-auth/SKILL.md +1 -1
  41. package/skills/api-canvas/SKILL.md +3 -1
  42. package/skills/api-config/SKILL.md +2 -2
  43. package/skills/api-context/SKILL.md +55 -2
  44. package/skills/api-errors/SKILL.md +1 -1
  45. package/skills/api-services/SKILL.md +1 -1
  46. package/skills/api-telemetry/SKILL.md +2 -2
  47. package/skills/field-test/SKILL.md +1 -1
  48. package/skills/git-wrapup/SKILL.md +4 -3
  49. package/skills/orchestrations/SKILL.md +2 -2
  50. package/skills/polish-docs-meta/SKILL.md +2 -2
  51. package/skills/report-issue-local/SKILL.md +1 -1
  52. package/skills/tool-defs-analysis/SKILL.md +1 -1
@@ -4,7 +4,7 @@ description: >
4
4
  Finalize documentation and project metadata for a ship-ready MCP server. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.
5
5
  metadata:
6
6
  author: cyanheads
7
- version: "2.7"
7
+ version: "2.8"
8
8
  audience: external
9
9
  type: workflow
10
10
  ---
@@ -76,7 +76,7 @@ Key fields: `name`, `description`, `repository`, `author`, `homepage`, `bugs`, `
76
76
 
77
77
  **`name` must communicate the server's domain at a glance.** See `references/package-meta.md` for the naming convention — ambiguous abbreviations and acronym-only names fail the scannability test for humans and agents alike.
78
78
 
79
- **`name` and `title` in `createApp()` / `createWorkerHandler()` must match the unscoped `package.json` `name`** — display identity is the machine name on every surface; `lint:packaging` (run by `devcheck`) enforces the match and warns when the pair is partial. `description` is never duplicated into the entrypoint — `package.json` is the canonical source (the framework derives the served description from it).
79
+ **`name` and `title` in `createApp()` / `createWorkerHandler()` must match the unscoped `package.json` `name`** — display identity is the machine name on every surface; `lint:packaging` (run by `devcheck`) enforces the match and warns when the pair is partial. `description` is never duplicated into the entrypoint — `package.json` is the canonical source (the framework derives the served description from it). Adopting the pair also seeds `OTEL_SERVICE_NAME` when unset, so telemetry's `service.name` switches to the machine name on first boot — expect a one-time series split in backends keyed on the old scoped label.
80
80
 
81
81
  **`description` is the canonical source.** Every other surface (README header, `server.json`, Dockerfile OCI label, GitHub repo description) derives from it. Write it here first, then propagate.
82
82
 
@@ -4,7 +4,7 @@ description: >
4
4
  File a bug or feature request against this MCP server's own repo. Use for server-specific issues — tool logic, service integrations, config problems, or domain bugs that aren't caused by the framework.
5
5
  metadata:
6
6
  author: cyanheads
7
- version: "1.5"
7
+ version: "1.6"
8
8
  audience: external
9
9
  type: workflow
10
10
  ---
@@ -4,7 +4,7 @@ description: >
4
4
  Read-only audit of MCP definition language across an existing surface — tools, resources, prompts. Walks every definition file and checks 12 categories the LLM reads to decide whether and how to call: voice & tense, internal leaks, audience leaks, defaults, recovery hints, output descriptions, cross-references, sparsity, examples, structure, mutator observability, unit-bearing numeric names. Produces grouped findings with file:line citations and a numbered options list. Use during polish, after a refactor, or before a release. Complements `field-test` (behavior testing) and `security-pass` (security audit).
5
5
  metadata:
6
6
  author: cyanheads
7
- version: "1.2"
7
+ version: "1.3"
8
8
  audience: external
9
9
  type: audit
10
10
  ---