Skip to content

Commit be288bb

Browse files
authored
docs: remove older mcp json example (#812)
1 parent b02b0ed commit be288bb

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

airbyte/mcp/__init__.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,6 @@
9292
}
9393
```
9494
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-
11395
Note:
11496
- Replace `/path/to/my/.mcp/airbyte_mcp.env` with the absolute path to your dotenv file created in
11597
Step 1.

0 commit comments

Comments
 (0)