diff --git a/docs-v2/README.md b/docs-v2/README.md index 6a004b71b2f59..446ce1d4d15af 100644 --- a/docs-v2/README.md +++ b/docs-v2/README.md @@ -1,5 +1,12 @@ # Pipedream docs +> [!WARNING] +> **⚠️ THIS PROJECT IS DEPRECATED ⚠️** +> +> This docs-v2 directory is no longer maintained. Do not make changes to files in this directory as they will not be deployed or used. +> +> The documentation has been moved to a new location. Please contact the team for the current documentation repository. + ## Quickstart [Install `asdf`](https://asdf-vm.com/guide/getting-started.html) if you haven't already. diff --git a/docs-v2/package.json b/docs-v2/package.json index 7dbbb91872999..0a5f31c0a763c 100644 --- a/docs-v2/package.json +++ b/docs-v2/package.json @@ -4,6 +4,7 @@ "description": "Pipedream docs", "private": true, "scripts": { + "predev": "echo '' && echo '⚠️ WARNING: This docs-v2 project is DEPRECATED!' && echo '⚠️ Do not commit changes to this directory.' && echo '⚠️ The documentation has moved to a new location.' && echo ''", "dev": "next dev", "build": "next build", "postbuild": "next-sitemap", diff --git a/modelcontextprotocol/README.md b/modelcontextprotocol/README.md index f2267db1ccad8..3c61e9fbc0ccc 100644 --- a/modelcontextprotocol/README.md +++ b/modelcontextprotocol/README.md @@ -1,21 +1,24 @@ # Pipedream MCP Server -This is a reference implementation of the Pipedream MCP server. You can run **your own MCP server** for [over 2,500 apps and APIs](https://pipedream.com/apps) and is powered by [Pipedream Connect](https://pipedream.com/docs/connect/). +This is a reference implementation of the Pipedream MCP server. You can run **your own MCP server** for [over 2,700 apps and APIs](https://pipedream.com/apps) and is powered by [Pipedream Connect](https://pipedream.com/docs/connect/). -You can: +> [Note] +> These docs discuss how you can host Pipedream's MCP server in your own app or run it locally. To use Pipedream's [remote MCP server](https://pipedream.com/docs/connect/mcp/developers) (most common), [refer to our docs](https://pipedream.com/docs/connect/mcp/developers) to get started. + +This reference implementation shows how you can: - [Run the servers locally](#running-the-server-via-npx) with `npx @pipedream/mcp` - [Host the servers yourself](#hosting-your-own-server) to use them within your app or company -See the server in action at [mcp.pipedream.com](https://mcp.pipedream.com) and [chat.pipedream.com](https://chat.pipedream.com) +See the consumer-facing MCP server in action at [mcp.pipedream.com](https://mcp.pipedream.com) and check out a demo of the developer-facing product at [chat.pipedream.com](https://chat.pipedream.com). We published this code as a reference, so you can better understand how to use Pipedream Connect for such -an application. This is still a work in progress, and not fully documented. Please reach out to us if you +an application. This is a reference implementation specifically for self-hosting the server and may not be fully documented. Please reach out to us if you have any questions. ## ⭐ Features -- Run **your own MCP server** for [over 2,500 apps and APIs](https://pipedream.com/apps) +- Run **your own MCP server** for [over 2,700 apps and APIs](https://mcp.pipedream.com) - Manage servers **for your users**, in your own app. - Connect accounts, configure params, and make API requests, all via tools - Fully-managed OAuth and credential storage ([see security docs](https://pipedream.com/docs/privacy-and-security/#third-party-oauth-grants-api-keys-and-environment-variables)) @@ -59,10 +62,7 @@ All the tools available for that app will be available at that endpoint. This is an experimental version, since it relies on tools being able to update dynamically. We use this server to power the tools on [chat.pipedream.com](https://chat.pipedream.com). -> [!NOTE] -> The code for the dynamic MCP server is available in this repo but you will not _yet_ be able to run it locally since it relies on an internal db. -> -> Please let us know if you'd like to run this yourself. +> [!NOTE] > [Check out the docs](https://pipedream.com/docs/connect/mcp/app-discovery) to learn more about enabling app discovery with the MCP server. ## Hosting your own server diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c09fd229fe805..9835657033ed3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6027,8 +6027,7 @@ importers: components/harmonic: {} - components/harpa_ai: - specifiers: {} + components/harpa_ai: {} components/harry_potter_api: dependencies: @@ -15875,6 +15874,14 @@ importers: specifier: ^6.0.0 version: 6.2.0 + modelcontextprotocol/node_modules2/@modelcontextprotocol/sdk/dist/cjs: {} + + modelcontextprotocol/node_modules2/@modelcontextprotocol/sdk/dist/esm: {} + + modelcontextprotocol/node_modules2/zod-to-json-schema/dist/cjs: {} + + modelcontextprotocol/node_modules2/zod-to-json-schema/dist/esm: {} + packages/ai: dependencies: '@pipedream/sdk':