We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a6e32 commit e29d233Copy full SHA for e29d233
.github/workflows/check.yaml
@@ -33,6 +33,3 @@ jobs:
33
34
- name: Build
35
run: npm run build
36
-
37
- - name: Test
38
- run: npm run test
.github/workflows/pre_release.yaml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- master
8
+ - feat/refactor
9
tags-ignore:
10
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
11
package.json
@@ -39,8 +39,7 @@
39
"lint:fix": "eslint . --fix",
40
"build": "tsc",
41
"watch": "tsc --watch",
42
- "inspector": "npx @modelcontextprotocol/inspector dist/index.js",
43
- "test": "vitest run"
+ "inspector": "npx @modelcontextprotocol/inspector dist/index.js"
44
},
45
"dependencies": {
46
"@modelcontextprotocol/sdk": "^1.0.4",
0 commit comments