Skip to content

Commit 917a93d

Browse files
committed
fix: update deps and add path
1 parent 371e96b commit 917a93d

File tree

3 files changed

+33
-15
lines changed

3 files changed

+33
-15
lines changed

apps/mcp-remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@sveltejs/mcp-schema": "workspace:^",
6666
"@sveltejs/mcp-server": "workspace:^",
67-
"@tmcp/transport-http": "^0.6.3",
68-
"tmcp": "^1.15.0"
67+
"@tmcp/transport-http": "^0.7.0",
68+
"tmcp": "^1.15.1"
6969
}
7070
}

apps/mcp-remote/src/lib/mcp/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ import { HttpTransport } from '@tmcp/transport-http';
33

44
export const http_transport = new HttpTransport(server, {
55
cors: true,
6+
path: '/mcp',
67
});

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)