@nockdev/hsa 1.2.7 → 1.2.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 (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://www.npmjs.com/package/@nockdev/hsa"><img src="https://img.shields.io/npm/v/@nockdev/hsa?style=for-the-badge&logo=npm&logoColor=white&labelColor=CB3837&color=000000" alt="npm" /></a>
7
- <img src="https://img.shields.io/badge/MCP%20tools-13-10B981?style=for-the-badge&logo=puzzle&logoColor=white" alt="MCP Tools" />
7
+ <img src="https://img.shields.io/badge/MCP%20tools-15-10B981?style=for-the-badge&logo=puzzle&logoColor=white" alt="MCP Tools" />
8
8
  <img src="https://img.shields.io/badge/engine-Rust%20Native-EF4444?style=for-the-badge&logo=rust&logoColor=white" alt="Rust" />
9
9
  <img src="https://img.shields.io/badge/node-%E2%89%A518-3B82F6?style=for-the-badge&logo=nodedotjs&logoColor=white" alt="Node.js" />
10
10
  <img src="https://img.shields.io/badge/license-MIT-8B5CF6?style=for-the-badge&logo=opensourceinitiative&logoColor=white" alt="License" />
@@ -48,7 +48,7 @@ nock plugins install @nockdev/hsa
48
48
 
49
49
  ---
50
50
 
51
- ## 🛠️ MCP Tools (13)
51
+ ## 🛠️ MCP Tools (15)
52
52
 
53
53
  | Tool | Description |
54
54
  | :----------------------- | :------------------------------------- |
@@ -65,6 +65,8 @@ nock plugins install @nockdev/hsa
65
65
  | `hsa_detect_environment` | Detect runtime environment |
66
66
  | `hsa_prepare_handoff` | Prepare context for agent handoff |
67
67
  | `hsa_filter_tools` | Filter available tools by context |
68
+ | `hsa_trace_flow` | Trace code execution & call chains |
69
+ | `hsa_feedback` | Provide relevance feedback for ranking |
68
70
 
69
71
  ---
70
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nockdev/hsa",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "HSA - Hierarchical Semantic Analysis MCP Server for AI Code Agents",
5
5
  "type": "module",
6
6
  "main": "dist/hsa-lib.bundle.js",