@rolepod/uiproof 0.6.1 → 0.6.2

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/dist/index.d.ts CHANGED
@@ -1302,7 +1302,7 @@ declare class SessionRegistry {
1302
1302
  }
1303
1303
 
1304
1304
  declare const SERVER_NAME = "rolepod-uiproof";
1305
- declare const SERVER_VERSION = "0.6.1";
1305
+ declare const SERVER_VERSION = "0.6.2";
1306
1306
  type ServerHandle = {
1307
1307
  mcp: McpServer;
1308
1308
  registry: SessionRegistry;
package/dist/index.js CHANGED
@@ -3963,7 +3963,7 @@ var toolMetadata = {
3963
3963
 
3964
3964
  // src/server.ts
3965
3965
  var SERVER_NAME = "rolepod-uiproof";
3966
- var SERVER_VERSION = "0.6.1";
3966
+ var SERVER_VERSION = "0.6.2";
3967
3967
  var SUPPORTED_PROTOCOL = "v1";
3968
3968
  function checkProtocolCompat() {
3969
3969
  const parent = detectRolepodParent();