@thehammer/danx-dashboard-mcp 0.1.8 → 0.1.9

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/README.md CHANGED
@@ -14,7 +14,7 @@ Each tool is a thin envelope over one HTTP route — Zod-validated at the MCP bo
14
14
 
15
15
  ## Tool surface
16
16
 
17
- All exposed as `mcp__danx_dashboard__<name>` once wired through the workspace `.mcp.json`.
17
+ All exposed as `mcp__danx_dashboard__<name>` once wired through the workspace `mcp.template.json`.
18
18
 
19
19
  | Tool | HTTP | Notes |
20
20
  |---|---|---|
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@
9
9
  * the change via the transactional layer and publishes SSE.
10
10
  *
11
11
  * Tool surface (all exposed as `mcp__danx_dashboard__<name>` once wired
12
- * through the workspace `.mcp.json`):
12
+ * through the workspace `mcp.template.json`):
13
13
  *
14
14
  * - issue_list GET /api/issues
15
15
  * - issue_get GET /api/issues/:id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thehammer/danx-dashboard-mcp",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Stdio MCP server wrapping danxbot's dashboard /api/issues/* normalized DB-backed HTTP routes for dispatched agents (DX-704 Phase 2).",
5
5
  "license": "MIT",
6
6
  "type": "module",