@linkedapi/mcp 2.0.0 → 2.0.1
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.
|
@@ -14,12 +14,12 @@ jobs:
|
|
|
14
14
|
|
|
15
15
|
steps:
|
|
16
16
|
- name: Checkout code
|
|
17
|
-
uses: actions/checkout@
|
|
17
|
+
uses: actions/checkout@v6
|
|
18
18
|
|
|
19
19
|
- name: Set up Node.js
|
|
20
|
-
uses: actions/setup-node@
|
|
20
|
+
uses: actions/setup-node@v6
|
|
21
21
|
with:
|
|
22
|
-
node-version:
|
|
22
|
+
node-version: 22
|
|
23
23
|
|
|
24
24
|
- name: Install dependencies
|
|
25
25
|
run: npm ci
|
|
@@ -32,12 +32,12 @@ jobs:
|
|
|
32
32
|
|
|
33
33
|
steps:
|
|
34
34
|
- name: Checkout code
|
|
35
|
-
uses: actions/checkout@
|
|
35
|
+
uses: actions/checkout@v6
|
|
36
36
|
|
|
37
37
|
- name: Set up Node.js
|
|
38
|
-
uses: actions/setup-node@
|
|
38
|
+
uses: actions/setup-node@v6
|
|
39
39
|
with:
|
|
40
|
-
node-version:
|
|
40
|
+
node-version: 22
|
|
41
41
|
|
|
42
42
|
- name: Install dependencies
|
|
43
43
|
run: npm ci
|
|
@@ -52,12 +52,12 @@ jobs:
|
|
|
52
52
|
|
|
53
53
|
steps:
|
|
54
54
|
- name: Checkout code
|
|
55
|
-
uses: actions/checkout@
|
|
55
|
+
uses: actions/checkout@v6
|
|
56
56
|
|
|
57
57
|
- name: Set up Node.js
|
|
58
|
-
uses: actions/setup-node@
|
|
58
|
+
uses: actions/setup-node@v6
|
|
59
59
|
with:
|
|
60
|
-
node-version:
|
|
60
|
+
node-version: 22
|
|
61
61
|
registry-url: 'https://registry.npmjs.org'
|
|
62
62
|
|
|
63
63
|
- name: Install dependencies
|
|
@@ -92,24 +92,24 @@ jobs:
|
|
|
92
92
|
|
|
93
93
|
steps:
|
|
94
94
|
- name: Checkout code
|
|
95
|
-
uses: actions/checkout@
|
|
95
|
+
uses: actions/checkout@v6
|
|
96
96
|
|
|
97
97
|
- name: Log in to GitHub Container Registry
|
|
98
|
-
uses: docker/login-action@
|
|
98
|
+
uses: docker/login-action@v4
|
|
99
99
|
with:
|
|
100
100
|
registry: ghcr.io
|
|
101
101
|
username: ${{ github.actor }}
|
|
102
102
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
103
103
|
|
|
104
104
|
- name: Set up Docker Buildx
|
|
105
|
-
uses: docker/setup-buildx-action@
|
|
105
|
+
uses: docker/setup-buildx-action@v4
|
|
106
106
|
|
|
107
107
|
- name: Set lowercase repository owner
|
|
108
108
|
id: lowercase
|
|
109
109
|
run: echo "repository_owner_lowercase=$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
|
|
110
110
|
|
|
111
111
|
- name: Build and push
|
|
112
|
-
uses: docker/build-push-action@
|
|
112
|
+
uses: docker/build-push-action@v7
|
|
113
113
|
with:
|
|
114
114
|
context: .
|
|
115
115
|
push: true
|
|
@@ -10,12 +10,12 @@ jobs:
|
|
|
10
10
|
|
|
11
11
|
steps:
|
|
12
12
|
- name: Checkout code
|
|
13
|
-
uses: actions/checkout@
|
|
13
|
+
uses: actions/checkout@v6
|
|
14
14
|
|
|
15
15
|
- name: Set up Node.js
|
|
16
|
-
uses: actions/setup-node@
|
|
16
|
+
uses: actions/setup-node@v6
|
|
17
17
|
with:
|
|
18
|
-
node-version:
|
|
18
|
+
node-version: 22
|
|
19
19
|
|
|
20
20
|
- name: Install dependencies
|
|
21
21
|
run: npm ci
|
|
@@ -28,12 +28,12 @@ jobs:
|
|
|
28
28
|
|
|
29
29
|
steps:
|
|
30
30
|
- name: Checkout code
|
|
31
|
-
uses: actions/checkout@
|
|
31
|
+
uses: actions/checkout@v6
|
|
32
32
|
|
|
33
33
|
- name: Set up Node.js
|
|
34
|
-
uses: actions/setup-node@
|
|
34
|
+
uses: actions/setup-node@v6
|
|
35
35
|
with:
|
|
36
|
-
node-version:
|
|
36
|
+
node-version: 22
|
|
37
37
|
|
|
38
38
|
- name: Install dependencies
|
|
39
39
|
run: npm ci
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linkedapi/mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "MCP server that lets AI assistants control LinkedIn accounts and retrieve real-time data.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"@eslint/eslintrc": "^3.3.1",
|
|
40
40
|
"@eslint/js": "^9.24.0",
|
|
41
41
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
42
|
-
"@types/jest": "^29.5.12",
|
|
43
42
|
"@types/node": "^20.12.12",
|
|
44
43
|
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
|
45
44
|
"@typescript-eslint/parser": "^8.29.1",
|
|
@@ -51,9 +50,7 @@
|
|
|
51
50
|
"eslint-plugin-promise": "^7.2.1",
|
|
52
51
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
53
52
|
"husky": "^9.1.7",
|
|
54
|
-
"jest": "^29.7.0",
|
|
55
53
|
"prettier": "^3.5.3",
|
|
56
|
-
"ts-jest": "^29.1.2",
|
|
57
54
|
"ts-node": "^10.9.2",
|
|
58
55
|
"tsx": "^4.7.1",
|
|
59
56
|
"typescript": "^5.8.3",
|