@skillsmith/mcp-server 0.5.0 → 0.5.2

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 (74) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/src/__tests__/LocalIndexer.empty-dir.test.d.ts +21 -0
  4. package/dist/src/__tests__/LocalIndexer.empty-dir.test.d.ts.map +1 -0
  5. package/dist/src/__tests__/LocalIndexer.empty-dir.test.js +38 -0
  6. package/dist/src/__tests__/LocalIndexer.empty-dir.test.js.map +1 -0
  7. package/dist/src/__tests__/get-skill.test.js +5 -0
  8. package/dist/src/__tests__/get-skill.test.js.map +1 -1
  9. package/dist/src/__tests__/search-installable.test.d.ts +11 -0
  10. package/dist/src/__tests__/search-installable.test.d.ts.map +1 -0
  11. package/dist/src/__tests__/search-installable.test.js +149 -0
  12. package/dist/src/__tests__/search-installable.test.js.map +1 -0
  13. package/dist/src/cli-flags.d.ts +20 -0
  14. package/dist/src/cli-flags.d.ts.map +1 -0
  15. package/dist/src/cli-flags.js +36 -0
  16. package/dist/src/cli-flags.js.map +1 -0
  17. package/dist/src/index.js +97 -2
  18. package/dist/src/index.js.map +1 -1
  19. package/dist/src/tools/LocalSkillSearch.d.ts.map +1 -1
  20. package/dist/src/tools/LocalSkillSearch.js +3 -0
  21. package/dist/src/tools/LocalSkillSearch.js.map +1 -1
  22. package/dist/src/tools/compare.d.ts +4 -4
  23. package/dist/src/tools/compare.js +4 -4
  24. package/dist/src/tools/compare.types.js +3 -3
  25. package/dist/src/tools/compare.types.js.map +1 -1
  26. package/dist/src/tools/get-skill.d.ts +6 -6
  27. package/dist/src/tools/get-skill.d.ts.map +1 -1
  28. package/dist/src/tools/get-skill.js +22 -9
  29. package/dist/src/tools/get-skill.js.map +1 -1
  30. package/dist/src/tools/install.d.ts.map +1 -1
  31. package/dist/src/tools/install.js +6 -1
  32. package/dist/src/tools/install.js.map +1 -1
  33. package/dist/src/tools/install.test.js +65 -0
  34. package/dist/src/tools/install.test.js.map +1 -1
  35. package/dist/src/tools/install.tool.js +1 -1
  36. package/dist/src/tools/install.tool.js.map +1 -1
  37. package/dist/src/tools/recommend.types.js +2 -2
  38. package/dist/src/tools/recommend.types.js.map +1 -1
  39. package/dist/src/tools/search.d.ts +6 -0
  40. package/dist/src/tools/search.d.ts.map +1 -1
  41. package/dist/src/tools/search.formatter.d.ts.map +1 -1
  42. package/dist/src/tools/search.formatter.js +4 -0
  43. package/dist/src/tools/search.formatter.js.map +1 -1
  44. package/dist/src/tools/search.js +41 -6
  45. package/dist/src/tools/search.js.map +1 -1
  46. package/dist/src/tools/suggest.d.ts +2 -2
  47. package/dist/src/tools/suggest.js +2 -2
  48. package/dist/src/tools/uninstall.d.ts.map +1 -1
  49. package/dist/src/tools/uninstall.js +1 -1
  50. package/dist/src/tools/uninstall.js.map +1 -1
  51. package/dist/src/tools/validate.types.js +1 -1
  52. package/dist/src/tools/validate.types.js.map +1 -1
  53. package/dist/src/webhooks/stripe-webhook-endpoint.d.ts +18 -1
  54. package/dist/src/webhooks/stripe-webhook-endpoint.d.ts.map +1 -1
  55. package/dist/src/webhooks/stripe-webhook-endpoint.js.map +1 -1
  56. package/dist/tests/cli-flags.test.d.ts +2 -0
  57. package/dist/tests/cli-flags.test.d.ts.map +1 -0
  58. package/dist/tests/cli-flags.test.js +33 -0
  59. package/dist/tests/cli-flags.test.js.map +1 -0
  60. package/dist/tests/install-assets.test.d.ts +16 -0
  61. package/dist/tests/install-assets.test.d.ts.map +1 -0
  62. package/dist/tests/install-assets.test.js +72 -0
  63. package/dist/tests/install-assets.test.js.map +1 -0
  64. package/dist/tests/startup-probe.test.d.ts +17 -0
  65. package/dist/tests/startup-probe.test.d.ts.map +1 -0
  66. package/dist/tests/startup-probe.test.js +209 -0
  67. package/dist/tests/startup-probe.test.js.map +1 -0
  68. package/dist/tests/tool-descriptions.test.d.ts +16 -0
  69. package/dist/tests/tool-descriptions.test.d.ts.map +1 -0
  70. package/dist/tests/tool-descriptions.test.js +63 -0
  71. package/dist/tests/tool-descriptions.test.js.map +1 -0
  72. package/package.json +3 -11
  73. package/server.json +2 -2
  74. package/src/assets/skills/skillsmith/SKILL.md +109 -80
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ All notable changes to `@skillsmith/mcp-server` are documented here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## v0.5.2
8
+
9
+ - **Chore**: SMI-5008 remove stripe SDK from @skillsmith/core dependencies (#869) (#1262)
10
+
11
+ - **Chore**: SMI-5006 — bump `@skillsmith/core` dependency range to `^0.7.0` (BREAKING in core: billing moved to `@smith-horn/enterprise/billing`). The standalone Stripe webhook endpoint no longer imports from `@skillsmith/core/billing`; it now declares a local structural type for `StripeWebhookHandler` so production wiring (and tests) can pass in the canonical `@smith-horn/enterprise/billing` class without a workspace cycle. No runtime change for downstream MCP consumers.
12
+ - **Feature**: SMI-5009 — startup capability probe. `main()` now calls `probeEmbeddingCapability()` before connecting the stdio transport. Probe runs `EmbeddingService.checkAvailability()` inside a `Promise.race` with a hard 2 s `Symbol` timeout sentinel and a try/catch wrapper — it can neither block nor crash server boot. On success the probe is silent; when the mock fallback is engaged (`@huggingface/transformers` absent or `SKILLSMITH_USE_MOCK_EMBEDDINGS=true`), the probe emits a single structured stderr line including a remediation hint: `[skillsmith] embeddings: mock (transformers unavailable: <reason>; install @huggingface/transformers or set SKILLSMITH_USE_MOCK_EMBEDDINGS=true to silence)`. Logs are stderr-only to avoid corrupting the MCP stdio protocol frame. Companion to the `@skillsmith/core` optional-dep promotion in the same PR. (#870)
13
+ - **Chore**: SMI-4539 — track `@skillsmith/core` dependency range to `^0.6.3` (synthetic patch release verifying the npm trusted-publisher OIDC publish path, PR #1171). No functional change.
14
+
15
+ ## v0.5.1
16
+
17
+ - **Feature**: SMI-4790 lifecycle-tagged tool descriptions + skill auto-install (#1022)
18
+ - **Fix**: SMI-4795 thread errorCode + trustTier through install telemetry (#1014)
19
+
7
20
  ## v0.5.0
8
21
 
9
22
  This release ships the consumer namespace-audit feature end-to-end (SMI-4587 → SMI-4590, Waves 1–4). Three new MCP tools, an install-time pre-flight gate, an apply-with-confirmation edit-suggester, a session-start audit hook (Team/Enterprise), and an Enterprise scheduled-scan path.