@mcpc-tech/unplugin-dev-inspector-mcp 0.0.33 → 0.0.35

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
@@ -419,7 +419,7 @@ registerInspectorTool({
419
419
  implementation: (args) => {
420
420
  // This runs in the browser!
421
421
  const user = window.useUserStore?.getState();
422
-
422
+
423
423
  if (args.includeToken) {
424
424
  return { user, token: localStorage.getItem('token') };
425
425
  }