Skip to content

Commit 824f6a2

Browse files
committed
[MCP] Added dynamic server implementation with support for dynamic props
1 parent 5637c92 commit 824f6a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4612
-4118
lines changed

modelcontextprotocol/.dockerignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
node_modules
2-
dist
3-
*.md
4-
*.png
5-
*.log
6-
*.env
1+
.env
2+
.env.example
3+
node_modules

modelcontextprotocol/.env.example

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# Pipedream OAuth credentials
2-
PIPEDREAM_CLIENT_ID=your_client_id
3-
PIPEDREAM_CLIENT_SECRET=your_client_secret
4-
PIPEDREAM_PROJECT_ID=your_project_id
1+
PIPEDREAM_CLIENT_ID=
2+
PIPEDREAM_CLIENT_SECRET=
3+
PIPEDREAM_PROJECT_ID=
54
PIPEDREAM_PROJECT_ENVIRONMENT=development
6-
PIPEDREAM_WEBHOOK_URI=https://your-webhook.m.pipedream.net
75

8-
# Optional: Default app to use (defaults to "slack")
9-
APP=slack
10-
11-
# Optional: Port for the SSE server (defaults to 3010)
12-
PORT=3010
6+
# Required for dynamic MCP server
7+
OPENAI_API_KEY=
8+
SUPABASE_API_KEY=
9+
SUPABASE_URL=https://ywxbxfcsskoyjwnlpqms.supabase.co

0 commit comments

Comments
 (0)