@spences10/pi-mcp 0.0.33 → 0.0.34

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 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@spences10/pi-mcp?color=CB3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/@spences10/pi-mcp)
6
6
  [![license](https://img.shields.io/npm/l/@spences10/pi-mcp)](https://www.npmjs.com/package/@spences10/pi-mcp)
7
7
 
8
+ ![my-pi package preview](https://raw.githubusercontent.com/spences10/my-pi/main/assets/pi-package-preview.png)
9
+
8
10
  Bring your MCP servers into Pi as first-class agent tools. `pi-mcp`
9
11
  discovers configured servers, exposes their tools safely, and keeps
10
12
  large MCP responses manageable through Pi’s context sidecar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spences10/pi-mcp",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "MCP server integration for Pi that exposes configured MCP tools safely and manages large responses",
5
5
  "keywords": [
6
6
  "mcp",
@@ -33,10 +33,10 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@spences10/pi-child-env": "0.1.7",
37
- "@spences10/pi-tui-modal": "0.0.19",
38
- "@spences10/pi-project-trust": "0.0.9",
39
- "@spences10/pi-context": "0.0.21"
36
+ "@spences10/pi-child-env": "0.1.8",
37
+ "@spences10/pi-context": "0.0.22",
38
+ "@spences10/pi-tui-modal": "0.0.20",
39
+ "@spences10/pi-project-trust": "0.0.10"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@earendil-works/pi-coding-agent": "0.75.3",