par5-mcp 0.0.0 → 0.1.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.
|
@@ -6,6 +6,7 @@ on:
|
|
|
6
6
|
- main
|
|
7
7
|
|
|
8
8
|
permissions:
|
|
9
|
+
id-token: write
|
|
9
10
|
contents: write
|
|
10
11
|
pull-requests: write
|
|
11
12
|
|
|
@@ -29,13 +30,8 @@ jobs:
|
|
|
29
30
|
|
|
30
31
|
- uses: actions/setup-node@v4
|
|
31
32
|
with:
|
|
32
|
-
node-version: '
|
|
33
|
+
node-version: '22'
|
|
33
34
|
registry-url: 'https://registry.npmjs.org'
|
|
34
|
-
|
|
35
35
|
- run: npm ci
|
|
36
|
-
|
|
37
36
|
- run: npm run build
|
|
38
|
-
|
|
39
37
|
- run: npm publish
|
|
40
|
-
env:
|
|
41
|
-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "par5-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "MCP server for parallel list operations - run shell commands and AI agents across lists in parallel",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"par5-mcp": "
|
|
7
|
+
"par5-mcp": "dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "tsc",
|