File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments