@0xquinto/rss-mcp 1.1.1 → 1.1.2
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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xquinto/rss-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "MCP server for RSS feed management with full-text search and HackerNews ranking",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"build": "bun run tsc",
|
|
12
12
|
"start": "bun dist/index.js",
|
|
13
13
|
"dev": "bun --watch src/index.ts",
|
|
14
|
-
"prepublishOnly": "bun run build"
|
|
14
|
+
"prepublishOnly": "bun run build",
|
|
15
|
+
"version:bump": "node scripts/bump-version.mjs",
|
|
16
|
+
"release": "node scripts/bump-version.mjs patch && npm publish --access public && git add -A && git commit -m \"chore: release v$(node -p \"require('./package.json').version\")\" && git push"
|
|
15
17
|
},
|
|
16
18
|
"keywords": [
|
|
17
19
|
"mcp",
|