@eovidiu/pi-extensions 0.1.0 → 0.1.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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -37,7 +37,7 @@ The bridge never starts newly discovered MCP servers automatically. Discovery on
37
37
  ### Local development install
38
38
 
39
39
  ```bash
40
- pi install /Users/fameftimie/work/pi-extensions
40
+ pi install /path/to/pi-extensions
41
41
  ```
42
42
 
43
43
  After editing the extension, run this inside Pi:
@@ -49,7 +49,7 @@ After editing the extension, run this inside Pi:
49
49
  ### Temporary one-off load
50
50
 
51
51
  ```bash
52
- pi -e /Users/fameftimie/work/pi-extensions
52
+ pi -e /path/to/pi-extensions
53
53
  ```
54
54
 
55
55
  Use this for quick testing only. A normal `pi install` is better for ongoing use because the package remains in Pi's resource set.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eovidiu/pi-extensions",
3
- "version": "0.1.0",
4
- "description": "Personal Pi extensions, starting with an opt-in MCP sync bridge.",
3
+ "version": "0.1.1",
4
+ "description": "Pi extensions, including an opt-in MCP bridge.",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/eovidiu/pi-extensions#readme",
7
7
  "bugs": {