Skip to content

Commit

Permalink
fix(mcp): add sse entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Mar 5, 2025
1 parent 5246085 commit 9666df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages-ext/mcp/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default defineConfig({
...defaults,
entry: [
'src/index.ts',
'src/sse.ts',
'src/stdio.ts',
],
})

0 comments on commit 9666df1

Please sign in to comment.