Skip to content

Commit ca319d4

Browse files
author
Lyra
committed
fix: resolve rebase conflict, rebuild dist
1 parent 388db9a commit ca319d4

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

dist/index.d.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export declare function createSandboxServer(): Server<{
2929
_meta?: {
3030
[x: string]: unknown;
3131
progressToken?: string | number | undefined;
32+
"io.modelcontextprotocol/related-task"?: {
33+
taskId: string;
34+
} | undefined;
3235
} | undefined;
3336
} | undefined;
3437
}, {
@@ -37,12 +40,20 @@ export declare function createSandboxServer(): Server<{
3740
[x: string]: unknown;
3841
_meta?: {
3942
[x: string]: unknown;
43+
progressToken?: string | number | undefined;
44+
"io.modelcontextprotocol/related-task"?: {
45+
taskId: string;
46+
} | undefined;
4047
} | undefined;
4148
} | undefined;
4249
}, {
4350
[x: string]: unknown;
4451
_meta?: {
4552
[x: string]: unknown;
53+
progressToken?: string | number | undefined;
54+
"io.modelcontextprotocol/related-task"?: {
55+
taskId: string;
56+
} | undefined;
4657
} | undefined;
4758
}>;
4859
//# sourceMappingURL=index.d.ts.map

dist/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.BuyWhere/buywhere-mcp",
44
"title": "BuyWhere MCP",
5+
<<<<<<< Updated upstream
56
"description": "BuyWhere MCP \u2014 cross-border product search & price comparison. Singapore, SEA, US markets.",
67
"repository": {
78
"url": "https://github.com/BuyWhere/buywhere-mcp",
@@ -12,7 +13,7 @@
1213
{
1314
"registryType": "npm",
1415
"identifier": "@buywhere/mcp-server",
15-
"version": "0.3.4",
16+
"version": "0.3.6",
1617
"transport": {
1718
"type": "stdio"
1819
},

0 commit comments

Comments
 (0)