We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa50b88 commit 8bb2d3bCopy full SHA for 8bb2d3b
.github/workflows/publish.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
publish-npm:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ id-token: write
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v4
package.json
@@ -67,7 +67,7 @@
67
],
68
"repository": {
69
"type": "git",
70
- "url": "https://github.com/steviec/mcp-server-tester.git"
+ "url": "git+https://github.com/steviec/mcp-server-tester.git"
71
},
72
"bugs": {
73
"url": "https://github.com/steviec/mcp-server-tester/issues"
0 commit comments