We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa60b47 commit bf59402Copy full SHA for bf59402
README.md
@@ -25,7 +25,7 @@ A free Diffbot token is required for tool use. [Get one here.](https://app.diffb
25
The easiest way to get started is to connect your MCP client directly to the remote MCP server hosted by Diffbot.
26
27
```
28
-https://mcp.diffbot.com/mcp/?token=<YOUR_DIFFBOT_TOKEN>
+https://mcp.diffbot.com/mcp?token=<YOUR_DIFFBOT_TOKEN>
29
30
31
This repo deploys directly to the remote server.
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
dockerfile: Dockerfile
8
container_name: diffbot-mcp-server
9
ports:
10
- - "8000:8000"
+ - "${DIFFBOT_MCP_PORT}:8000"
11
environment:
12
- PYTHONUNBUFFERED=1
13
- MCP_TRANSPORT=http
0 commit comments