Skip to content

Commit b29f94a

Browse files
authored
Revert "feat: add sse mcp support"
1 parent 66c1007 commit b29f94a

File tree

9 files changed

+2706
-1979
lines changed

9 files changed

+2706
-1979
lines changed

esbuild.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ const extensionConfig = {
7272
copyWasmFiles,
7373
/* add to the end of plugins array */
7474
esbuildProblemMatcherPlugin,
75-
{
76-
name: "alias-plugin",
77-
setup(build) {
78-
build.onResolve({ filter: /^pkce-challenge$/ }, (args) => {
79-
return { path: require.resolve("pkce-challenge/dist/index.browser.js") }
80-
})
81-
},
82-
},
8375
],
8476
entryPoints: ["src/extension.ts"],
8577
format: "cjs",

0 commit comments

Comments
 (0)