Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit f8cfd3c

Browse files
committed
fix: remove bearer from authentication
1 parent 858e8cf commit f8cfd3c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/mcp-check/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mcp-testing-library
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- fix: remove bearer from authentication
8+
39
## 0.2.0
410

511
### Minor Changes

packages/mcp-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-check",
33
"module": "index.ts",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)