@splicr/mcp-server 0.10.1 → 0.10.3

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/dist/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -276,7 +276,7 @@ async function setup() {
276
276
  console.error(`\n Done! Splicr is connected to ${configured} agent(s).\n`);
277
277
  console.error(' Start saving knowledge — it\'ll show up when you code:\n');
278
278
  console.error(' Telegram t.me/SplicrBot — save links and text from your phone');
279
- console.error(' Extension chrome.google.com/webstore (search "Splicr") — save from browser');
279
+ console.error(' Extension chromewebstore.google.com/detail/dllhofjfmkmbdadilbdgojapfbmlhnla — save from browser');
280
280
  console.error(' Agent your coding agent can save with save_from_agent tool');
281
281
  console.error(' Dashboard splicr.dev/dashboard — view everything you\'ve saved\n');
282
282
  console.error(' Start a new session in any agent to begin.\n');
@@ -1111,7 +1111,7 @@ function printHelp() {
1111
1111
  1. Run: npx @splicr/mcp-server setup
1112
1112
  2. Save knowledge from anywhere:
1113
1113
  - Telegram: t.me/SplicrBot (send links from your phone)
1114
- - Browser: Chrome Web Store (search "Splicr")
1114
+ - Extension: chromewebstore.google.com/detail/dllhofjfmkmbdadilbdgojapfbmlhnla
1115
1115
  - Agent: save_from_agent tool (agents save learnings)
1116
1116
  3. Open any coding agent — your saves show up when relevant
1117
1117
  4. Dashboard: splicr.dev/dashboard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splicr/mcp-server",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "description": "Splicr MCP server — route what you read to what you're building",
5
5
  "type": "module",
6
6
  "bin": "./dist/cli.js",