@happyvertical/sdk-mcp 0.76.2 → 0.78.0

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/AGENT.md CHANGED
@@ -7,7 +7,7 @@ MCP server for HAVE SDK - Routes queries to package experts using AGENT.md files
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/sdk-mcp`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > sdk-mcp`
10
- - Workspace position: `23 of 30` local packages
10
+ - Workspace position: `23 of 31` local packages
11
11
  - Internal dependencies: `@happyvertical/ai`, `@happyvertical/files`, `@happyvertical/utils`
12
12
  - Internal dependents: none
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "path": "packages/sdk-mcp",
4
4
  "position": {
5
5
  "index": 23,
6
- "count": 30
6
+ "count": 31
7
7
  },
8
8
  "description": "MCP server for HAVE SDK - Routes queries to package experts using AGENT.md files",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/sdk-mcp",
3
- "version": "0.76.2",
3
+ "version": "0.78.0",
4
4
  "description": "MCP server for HAVE SDK - Routes queries to package experts using AGENT.md files",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,9 +38,9 @@
38
38
  "license": "MIT",
39
39
  "dependencies": {
40
40
  "@modelcontextprotocol/sdk": "1.29.0",
41
- "@happyvertical/ai": "0.76.2",
42
- "@happyvertical/files": "0.76.2",
43
- "@happyvertical/utils": "0.76.2"
41
+ "@happyvertical/ai": "0.78.0",
42
+ "@happyvertical/files": "0.78.0",
43
+ "@happyvertical/utils": "0.78.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "25.0.10",