Skip to content

Commit a60d800

Browse files
committed
chore: Bump version to 2.0.8; update entry points and remove CLI script
1 parent dbc6690 commit a60d800

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.1",
33
"name": "@adeze/raindrop-mcp",
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"description": "MCP Server for Raindrop.io",
66
"author": {
77
"name": "Adam E"
@@ -10,11 +10,11 @@
1010
"icon": "icon_128.png",
1111
"server": {
1212
"type": "node",
13-
"entry_point": "build/cli.js",
13+
"entry_point": "build/index.js",
1414
"mcp_config": {
1515
"command": "node",
1616
"args": [
17-
"${__dirname}/build/cli.js"
17+
"${__dirname}/build/index.js"
1818
],
1919
"env": {
2020
"RAINDROP_ACCESS_TOKEN": "${user_config.api_key}"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@adeze/raindrop-mcp",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "MCP Server for Raindrop.io bookmark management",
55
"main": "build/index.js",
66
"module": "build/index.js",
77
"type": "module",
88
"bin": {
9-
"raindrop-mcp": "./build/cli.js"
9+
"raindrop-mcp": "./build/index.js"
1010
},
1111
"files": [
1212
"build"
@@ -20,9 +20,9 @@
2020
"type-check": "tsc --noEmit",
2121
"test": "bun --env-file .env test",
2222
"test:coverage": "bun test --coverage",
23-
"run": "bun run build/cli.js",
24-
"build": "bun build --target=node --format=esm --bundle --outdir=build ./src/cli.ts ./src/server.ts",
25-
"start:prod": "bun run build/cli.js",
23+
"run": "bun run build/index.js",
24+
"build": "bun build --target=node --format=esm --bundle --outdir=build ./src/index.ts ./src/server.ts",
25+
"start:prod": "bun run build/index.js",
2626
"start:http": "bun run src/server.ts",
2727
"clean": "rm -rf build",
2828
"bump:patch": "npm version patch",

raindrop-mcp.dxt

-1.28 KB
Binary file not shown.

src/cli.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)