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 10093b3 commit 7ac34f9Copy full SHA for 7ac34f9
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: release
3
on:
4
push:
5
tags:
6
- - "*.*.*"
+ - "v*.*.*"
7
8
jobs:
9
deploy:
readme.md
@@ -114,11 +114,6 @@ bun inspect username:password
114
115
This will open the MCP Inspector with a GUI to play around and explore the MCP tools.
116
117
-## To do
118
-
119
-- Decrease built binary file size
120
-- Github action for build and tests
121
122
---
123
124
This project was created using `bun init` in bun v1.2.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
0 commit comments