@pi-unipi/mcp 2.0.8 → 2.0.10

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 (1) hide show
  1. package/package.json +4 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-unipi/mcp",
3
- "version": "2.0.8",
4
- "description": "MCP server management extension for Pi coding agent browse, add, configure, and use MCP servers",
3
+ "version": "2.0.10",
4
+ "description": "MCP server management extension for Pi coding agent \u2014 browse, add, configure, and use MCP servers",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
7
7
  "license": "MIT",
@@ -20,14 +20,6 @@
20
20
  "model-context-protocol",
21
21
  "tools"
22
22
  ],
23
- "pi": {
24
- "extensions": [
25
- "src/index.ts"
26
- ],
27
- "skills": [
28
- "skills"
29
- ]
30
- },
31
23
  "files": [
32
24
  "src/**/*.ts",
33
25
  "data/**/*",
@@ -38,8 +30,8 @@
38
30
  "@pi-unipi/core": "*"
39
31
  },
40
32
  "peerDependencies": {
41
- "@earendil-works/pi-coding-agent": "^0.75.5",
42
- "@earendil-works/pi-tui": "^0.75.5",
33
+ "@earendil-works/pi-coding-agent": "^0.78.0",
34
+ "@earendil-works/pi-tui": "^0.78.0",
43
35
  "typebox": "^1.1.38"
44
36
  },
45
37
  "devDependencies": {