We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02b0ed commit be288bbCopy full SHA for be288bb
airbyte/mcp/__init__.py
@@ -92,24 +92,6 @@
92
}
93
```
94
95
-Alternatively, if you prefer to pre-install (though `uvx` with `airbyte@latest` is
96
-recommended for automatic updates), first run `uv tool install airbyte` or
97
-`pipx install airbyte`, and then create the configuration file as follows:
98
-
99
-```json
100
-{
101
- "mcpServers": {
102
- "airbyte": {
103
- "command": "airbyte-mcp",
104
- "args": [],
105
- "env": {
106
- "AIRBYTE_MCP_ENV_FILE": "/path/to/my/.mcp/airbyte_mcp.env"
107
- }
108
109
110
-}
111
-```
112
113
Note:
114
- Replace `/path/to/my/.mcp/airbyte_mcp.env` with the absolute path to your dotenv file created in
115
Step 1.
0 commit comments