Skip to content

Commit bf59402

Browse files
author
jeromechoo
committed
Port map
1 parent fa60b47 commit bf59402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A free Diffbot token is required for tool use. [Get one here.](https://app.diffb
2525
The easiest way to get started is to connect your MCP client directly to the remote MCP server hosted by Diffbot.
2626

2727
```
28-
https://mcp.diffbot.com/mcp/?token=<YOUR_DIFFBOT_TOKEN>
28+
https://mcp.diffbot.com/mcp?token=<YOUR_DIFFBOT_TOKEN>
2929
```
3030

3131
This repo deploys directly to the remote server.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
dockerfile: Dockerfile
88
container_name: diffbot-mcp-server
99
ports:
10-
- "8000:8000"
10+
- "${DIFFBOT_MCP_PORT}:8000"
1111
environment:
1212
- PYTHONUNBUFFERED=1
1313
- MCP_TRANSPORT=http

0 commit comments

Comments
 (0)