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

Commit e9666dd

Browse files
committed
patch mcp-ui/server (issue: MCP-UI-Org/mcp-ui#110)
1 parent a833bd3 commit e9666dd

3 files changed

Lines changed: 31 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"eslint --fix"
3232
]
3333
},
34-
"packageManager": "pnpm@10.6.1"
34+
"packageManager": "pnpm@10.6.1",
35+
"pnpm": {
36+
"patchedDependencies": {
37+
"@mcp-ui/server@5.11.0": "patches/@mcp-ui__server@5.11.0.patch"
38+
}
39+
}
3540
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
diff --git a/dist/index.d.ts b/dist/index.d.ts
2+
index 3091b7219d0bdeb6202cf88862928c5029d9cb51..a48cb664e9c3db9fa58d3ea234fcc6e5f9a665fb 100644
3+
--- a/dist/index.d.ts
4+
+++ b/dist/index.d.ts
5+
@@ -1 +1 @@
6+
-export * from './src/index'
7+
+export * from './src/index.js'

pnpm-lock.yaml

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)