@penclipai/mcp-server 2026.704.0 → 2026.714.0-canary.0

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
@@ -18,13 +18,13 @@ The server reads its configuration from environment variables:
18
18
  ## Usage
19
19
 
20
20
  ```sh
21
- npx -y @paperclipai/mcp-server
21
+ npx -y @penclipai/mcp-server
22
22
  ```
23
23
 
24
24
  Or locally in this repo:
25
25
 
26
26
  ```sh
27
- pnpm --filter @paperclipai/mcp-server build
27
+ pnpm --filter @penclipai/mcp-server build
28
28
  node packages/mcp-server/dist/stdio.js
29
29
  ```
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@penclipai/mcp-server",
3
- "version": "2026.704.0",
3
+ "version": "2026.714.0-canary.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/paperclipai/paperclip",
6
6
  "bugs": {
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@modelcontextprotocol/sdk": "^1.29.0",
33
- "@penclipai/shared": "2026.704.0",
33
+ "@penclipai/shared": "2026.714.0-canary.0",
34
34
  "zod": "^3.24.2"
35
35
  },
36
36
  "devDependencies": {