- Add VS Code installation button to Chinese documentation
- Add Node v18 requirement note to Chinese MCP client errors section
- Remove duplicate JeredBlu entry in Chinese media section
- Fix JSON format in Zed installation section in English documentation
This PR adds instructions for setting up and running the Context7 MCP server using Docker, as requested by @enesgules in issue #[ЗДЕСЬ_НОМЕР_ВАШЕГО_ISSUE].
A new section `### Using Docker` has been added under `## Getting Started` in the `README.md` file.
This section includes:
* A sample `Dockerfile` for building the server image (placed within `<details>` for conciseness).
* The command to build the Docker image (`docker build`).
* An example configuration snippet showing how to set up an MCP client (like Cline, Cursor, etc.) to execute the server via `docker run -i --rm`.
* Important notes reminding users to ensure Docker is running, to execute `docker build` in the correct directory, and to adapt the client configuration based on specific client examples provided earlier in the README.
This provides users with an alternative method for running the MCP server in an isolated Docker environment.
This PR adds instructions for setting up and running the Context7 MCP server using Docker, as requested by @enesgules in issue #[ЗДЕСЬ_НОМЕР_ВАШЕГО_ISSUE].
A new section `### Using Docker` has been added under `## Getting Started` in the `README.md` file.
This section includes:
* A sample `Dockerfile` for building the server image (placed within `<details>` for conciseness).
* The command to build the Docker image (`docker build`).
* An example configuration snippet showing how to set up an MCP client (like Cline, Cursor, etc.) to execute the server via `docker run -i --rm`.
* Important notes reminding users to ensure Docker is running, to execute `docker build` in the correct directory, and to adapt the client configuration based on specific client examples provided earlier in the README.
This provides users with an alternative method for running the MCP server in an isolated Docker environment.
If you're interested in linking articles about your project (great for folks like me who learn via 'show & tell'), here is a start.
I have no affiliation with author.