This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
honojs-middleware
mirror of
https://github.com/honojs/middleware.git
Watch
1
Star
0
Fork
You've already forked honojs-middleware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e53f6e8f3
honojs-middleware
/
packages
/
mcp
/
tsconfig.build.json
6 lines
90 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: added @hono/mcp package (#1178) * feat: added hono/mcp package * chore: changeset * chore: minor changes * chore: minor changes * chore: formated the code * chore: minor correction * chore: removed changelog file * chore: changed the class name * chore: updated the readme * fix: closed the stream * chore: minor change * fix: added an interval to keep the connection alive and merge 2 streams into a single one * chore: updated lockfile * fix: stupid mistake 😅 * chore: formatted the README.md file * chore: minor change * chore: minor changes * chore: minor change * add an explicit return type annotation * format the code --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-06-18 06:07:30 +08:00
{
refactor(tsconfig): use `configDir` (#1238)
2025-06-19 15:52:41 +08:00
"extends"
:
"../../tsconfig.build.json"
,
"compilerOptions"
:
{
}
,
feat: added @hono/mcp package (#1178) * feat: added hono/mcp package * chore: changeset * chore: minor changes * chore: minor changes * chore: formated the code * chore: minor correction * chore: removed changelog file * chore: changed the class name * chore: updated the readme * fix: closed the stream * chore: minor change * fix: added an interval to keep the connection alive and merge 2 streams into a single one * chore: updated lockfile * fix: stupid mistake 😅 * chore: formatted the README.md file * chore: minor change * chore: minor changes * chore: minor change * add an explicit return type annotation * format the code --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-06-18 06:07:30 +08:00
"references"
:
[
]
}