Skip to content

Commit d20d528

Browse files
committed
chore(mcp): removed (broken) dockerfile and updated readme
this version is no longer actively maintained and supported
1 parent 5ded7f5 commit d20d528

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

modelcontextprotocol/Dockerfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

modelcontextprotocol/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,6 @@ We use this server to power the tools on [chat.pipedream.com](https://chat.piped
7979

8080
> [!NOTE] > [Check out the docs](https://pipedream.com/docs/connect/mcp/app-discovery) to learn more about enabling app discovery with the MCP server.
8181
82-
## Hosting your own server
83-
84-
### Using the `Dockerfile`
85-
86-
If you have Docker installed locally, you can build and run the container:
87-
88-
```console
89-
> docker build -t pipedream-connect .
90-
> docker run -d --name pd-mcp -p 3010:3010 --env-file .env pipedream-connect:latest
91-
```
92-
93-
This exposes a generic MCP server at [http://localhost:3010/:external_user_id/:app](http://localhost:3010/:external_user_id/:app).
94-
9582
## Development
9683

9784
`cp .env.example .env` and fill in the details of your dev project.

0 commit comments

Comments
 (0)