Skip to content

Commit e29d233

Browse files
committed
feat: Update readme
1 parent 12a6e32 commit e29d233

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/check.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ jobs:
3333

3434
- name: Build
3535
run: npm run build
36-
37-
- name: Test
38-
run: npm run test

.github/workflows/pre_release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- feat/refactor
89
tags-ignore:
910
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1011

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"lint:fix": "eslint . --fix",
4040
"build": "tsc",
4141
"watch": "tsc --watch",
42-
"inspector": "npx @modelcontextprotocol/inspector dist/index.js",
43-
"test": "vitest run"
42+
"inspector": "npx @modelcontextprotocol/inspector dist/index.js"
4443
},
4544
"dependencies": {
4645
"@modelcontextprotocol/sdk": "^1.0.4",

0 commit comments

Comments
 (0)