@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.
- package/README.md +2 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-mcp)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-mcp)
|
|
7
7
|
|
|
8
|
+

|
|
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.
|
|
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.
|
|
37
|
-
"@spences10/pi-
|
|
38
|
-
"@spences10/pi-
|
|
39
|
-
"@spences10/pi-
|
|
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",
|