Commit 168a6b6
feat(mcp): hono/mcp v0.2 (#1318)
* chore: renamed files
* chore: corrected the imports
* feat: updated the streamable transport class
* chore: corrected the test
* chore: formated the code
* chore: basic stuff
* chore: minor changes
* chore: more changes
* chore: more changes
* chore: minor changes
* chore: completed test conversion
* chore: formatted file
* chore: corrected all the tests
* chore: renamed the streamableHttp files
* chore: added a new index file
* wip
* chore: minor changes
* chore: minor changes
* chore: resolved the type errors
* chore: minor changes
* feat: added sse transport
* chore: updated the imports
* chore: minor change
* ci: apply automated fixes
* add `pkce-challenge` to `devDependencies`
* update deno.json to resolve the type issue
* chore: renamed the files
* chore: updated readme
* ci: apply automated fixes
* chore: added changeset
* chore: updated lockfile
* ci: apply automated fixes
* chore: corrected the merge
* chore: updated the tests for streamable htttp
* chore: removed SSE
* chore: removed console.log
* chore: minor changes
* chore: unref keepAlive timer to prevent server shutdown blocking
* feat: added simple mcp auth router
* chore: updated package.json
* chore: minor changes
* chore: minor changes
* chore: minor changes
* chore: resolved test issues
* chore: minor change
* chore: added deno ignore
* chore: updated the build step
* chore: minor change
* chore: minor changes
* chore: minor changes
* chore: minor changes
* chore: resolve the attw issue
* chore: minor changes
* chore: minor changes
* chore: formatted code
* chore: checking something
* chore: updated the import to be not node specific
* chore: minor changes
* ci: apply automated fixes
* feat: added memory store
* chore: minor change
* fix: using the new bearer auth middleware
* fix: corrected lockfile
* fix: corrected the tsdown config
* fix: corrected hono version in deno.json
* fix: added dynamic import for hono-rate-limiter
* chore: shifted pkce-challenge to dep.
---------
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>1 parent 0caca80 commit 168a6b6
File tree
35 files changed
+6115
-682
lines changed- .changeset
- packages/mcp
- src
- auth
- helpers
- middleware
- providers
- stores
35 files changed
+6115
-682
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | | - | |
22 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
29 | 59 | | |
30 | 60 | | |
31 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
26 | 38 | | |
27 | 39 | | |
28 | 40 | | |
| |||
35 | 47 | | |
36 | 48 | | |
37 | 49 | | |
38 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
39 | 54 | | |
40 | | - | |
41 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
42 | 58 | | |
43 | 59 | | |
| 60 | + | |
44 | 61 | | |
45 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
46 | 65 | | |
47 | 66 | | |
48 | 67 | | |
| |||
0 commit comments