@pi-unipi/core 0.1.6 → 0.1.7

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/constants.ts +1 -0
  2. package/package.json +1 -1
package/constants.ts CHANGED
@@ -164,6 +164,7 @@ export const MCP_COMMANDS = {
164
164
  SETTINGS: "mcp-settings",
165
165
  SYNC: "mcp-sync",
166
166
  STATUS: "mcp-status",
167
+ RELOAD: "mcp-reload",
167
168
  } as const;
168
169
 
169
170
  /** MCP defaults */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/core",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Shared utilities, event types, and constants for Unipi extension suite",
5
5
  "type": "module",
6
6
  "license": "MIT",