|
1 | 1 | # Copyright (c) 2024 Airbyte, Inc., all rights reserved. |
2 | 2 |
|
3 | | -r"""***PyAirbyte MCP Server - Model Context Protocol Integration*** |
| 3 | +r"""***Airbyte Replication MCP Server - Model Context Protocol Integration*** |
4 | 4 |
|
5 | 5 | > **NOTE:** |
6 | 6 | > This MCP server implementation is experimental and may change without notice between minor |
7 | 7 | > versions of PyAirbyte. The API may be modified or entirely refactored in future versions. |
8 | 8 |
|
9 | | -The PyAirbyte MCP (Model Context Protocol) server provides a standardized interface for |
10 | | -managing Airbyte connectors through MCP-compatible clients. This experimental feature |
11 | | -allows you to list connectors, validate configurations, and run sync operations using |
12 | | -the MCP protocol. |
| 9 | +The Airbyte Replication MCP (Model Context Protocol) server provides a standardized interface |
| 10 | +for managing Airbyte connectors through MCP-compatible clients. This PyAirbyte-powered |
| 11 | +experimental feature allows you to list connectors, validate configurations, and run sync |
| 12 | +operations using the MCP protocol. |
13 | 13 |
|
14 | | -## Getting Started with PyAirbyte MCP |
| 14 | +## Getting Started with Airbyte Replication MCP |
15 | 15 |
|
16 | | -To get started with the PyAirbyte MCP server, follow these steps: |
| 16 | +To get started with the Airbyte Replication MCP server, follow these steps: |
17 | 17 |
|
18 | 18 | 1. Create a Dotenv secrets file. |
19 | 19 | 2. Register the MCP server with your MCP client. |
20 | 20 | 3. Test the MCP server connection using your MCP client. |
21 | 21 |
|
22 | 22 | ### Step 1: Generate a Dotenv Secrets File |
23 | 23 |
|
24 | | -To get started with the PyAirbyte MCP server, you will need to create a dotenv |
| 24 | +To get started with the Airbyte Replication MCP server, you will need to create a dotenv |
25 | 25 | file containing your Airbyte Cloud credentials, as well as credentials for any |
26 | 26 | third-party services you wish to connect to via Airbyte. |
27 | 27 |
|
|
113 | 113 |
|
114 | 114 | ## Airbyte Cloud MCP Server Safety |
115 | 115 |
|
116 | | -The PyAirbyte MCP server supports environment variables to control safety and access levels for |
117 | | -Airbyte Cloud operations. |
| 116 | +The Airbyte Replication MCP server supports environment variables to control safety and access |
| 117 | +levels for Airbyte Cloud operations. |
118 | 118 |
|
119 | 119 | **Important:** The below settings only affect Cloud operations; local operations are not affected. |
120 | 120 |
|
|
0 commit comments