Skip to content

Commit 904e276

Browse files
authored
npm update (#21)
* npm update * Remove /sse and switch to /mcp, and remove durable objects
1 parent 938e158 commit 904e276

6 files changed

Lines changed: 1468 additions & 931 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The is a remote MCP server that wraps the TripGo API and provides the following
1010

1111
The MCP server is deployed on Cloudflare Workers.
1212

13-
## Connect directly to remove MCP
13+
## Connect directly to remote MCP
1414

15-
The MCP server is deployed on Cloudflare Workers. You can connect to it directly using the URL `https://tripgo-mcp-server.skedgo-account.workers.dev/sse`.
15+
The MCP server is deployed on Cloudflare Workers. You can connect to it directly using the URL `https://tripgo-mcp-server.skedgo-account.workers.dev/mcp`.
1616

1717
## Connect Claude Desktop to public MCP server
1818

@@ -29,7 +29,7 @@ Use with this configuration:
2929
"command": "npx",
3030
"args": [
3131
"mcp-remote",
32-
"https://tripgo-mcp-server.skedgo-account.workers.dev/sse"
32+
"https://tripgo-mcp-server.skedgo-account.workers.dev/mcp"
3333
]
3434
}
3535
}
@@ -53,7 +53,7 @@ The configure Claude:
5353
"command": "npx",
5454
"args": [
5555
"mcp-remote",
56-
"http://localhost:8787/sse"
56+
"http://localhost:8787/mcp"
5757
]
5858
}
5959
}
@@ -64,7 +64,7 @@ Restart Claude and you should see the tools become available.
6464

6565
## Deployment
6666

67-
This is deployed locally currently, run:
67+
This is deployed using GHA. To deploy locally, run:
6868

6969
```bash
7070
npm install

0 commit comments

Comments
 (0)