@pbhamri/quartermaster-mcp 0.3.0 → 0.3.1

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/bin/server.js +1 -1
  2. package/package.json +1 -1
package/bin/server.js CHANGED
@@ -403,7 +403,7 @@ function repoRecentSessions({ limit = 10 } = {}) {
403
403
 
404
404
  // ---------------- MCP wiring ----------------
405
405
  const server = new Server(
406
- { name: "quartermaster-mcp", version: "0.1.0" },
406
+ { name: "quartermaster-mcp", version: PKG.version },
407
407
  { capabilities: { tools: {}, resources: {} } }
408
408
  );
409
409
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pbhamri/quartermaster-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "MCP server that seeds any repo with the Quartermaster PM kit AND exposes a read-only repo surface (repo_overview, repo_list_dir, repo_read_file, repo_search, repo_recent_sessions). One-command share with any MS PM peer: npx -y @pbhamri/quartermaster-mcp",
5
5
  "type": "module",
6
6
  "bin": {