@skillsmith/mcp-server 0.3.12 → 0.3.13

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/dist/src/index.js CHANGED
@@ -23,7 +23,7 @@ import { indexLocalToolSchema, indexLocalInputSchema, executeIndexLocal, } from
23
23
  import { isFirstRun, markFirstRunComplete, getWelcomeMessage, TIER1_SKILLS, } from './onboarding/first-run.js';
24
24
  import { checkForUpdates, formatUpdateNotification } from '@skillsmith/core';
25
25
  // Package version - keep in sync with package.json
26
- const PACKAGE_VERSION = '0.3.12';
26
+ const PACKAGE_VERSION = '0.3.13';
27
27
  const PACKAGE_NAME = '@skillsmith/mcp-server';
28
28
  import { installBundledSkills, installUserDocs, getUserGuidePath, } from './onboarding/install-assets.js';
29
29
  // Initialize tool context with database connection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillsmith/mcp-server",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "MCP server for Skillsmith skill discovery",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",