107 Commits

Author SHA1 Message Date
Enes Gules
a8ae02fe19
Merge pull request #122 from CarlosZiegler/master 2025-04-28 11:20:11 +03:00
carlosziegler
9314d06453 doc: add Portuguese-BR translation 2025-04-28 09:01:29 +02:00
Enes Akar
18c28f889e
Merge pull request #121 from upstash/disclaimer
added disclaimer
2025-04-27 16:32:39 -07:00
buggyhunter
03435cd9d4 added disclaimer 2025-04-28 02:22:02 +03:00
Enes Gules
c8472fc121
Update README.md 2025-04-27 23:14:39 +03:00
Enes Gules
a6ef9ba02a
Merge pull request #98 from JyotirmoyDas05/master 2025-04-27 23:09:44 +03:00
Jyotirmoy Das
c4c1cdb69b docs: Add note on Node.js version requirement for native fetch support and Resolved The conflicts 2025-04-27 18:28:10 +00:00
Jyotirmoy Das
0843523f60 Implement code changes to enhance functionality and improve performance 2025-04-27 18:06:37 +00:00
Enes Gules
621e06f768
Merge pull request #115 from luantranminh/master 2025-04-27 19:53:42 +03:00
Enes Gules
8e26f9e391
Merge pull request #110 from shown1985/master 2025-04-27 19:52:16 +03:00
luantranminh
5afc64bd40 fix: correct badge links in README.md for VS Code installation 2025-04-27 15:29:04 +07:00
shawn.qian
3015c5dd24 docs: fix Chinese documentation and JSON format in Zed installation section
- 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
2025-04-27 11:35:23 +08:00
Qian Xiao
249f6c3b21
Merge branch 'upstash:master' into master 2025-04-27 11:04:59 +08:00
Abdusshh
41e9ef631b feat: add version update step in source file during release workflow 2025-04-26 17:53:02 +03:00
Enes Gules
c6fa5116e0
Update README.md 2025-04-26 17:34:59 +03:00
Enes Gules
277e08d060
Merge pull request #100 from mmurdockk/master
[Translation] French README
2025-04-26 16:54:43 +03:00
Adrien Gooris
1c1271c534
docs: add french documentation 2025-04-26 00:36:03 +02:00
Jyotirmoy Das
72d7e741d0 fix: Update Context7 MCP installation instructions with specific version and node options 2025-04-25 16:45:04 +00:00
Qian Xiao
77de13d7b6
Merge branch 'upstash:master' into master 2025-04-26 00:02:06 +08:00
Enes Gules
a7593412c5
Merge pull request #93 from akbxr/master 2025-04-25 14:30:02 +03:00
shawn.qian
73d6e06f86 docs(zh-CN): Update installation guides and translations 2025-04-25 17:06:09 +08:00
akbxr
27e8c13502 docs: Add Zed installation instructions to README.md 2025-04-25 11:38:55 +07:00
Enes Gules
be1aa31066
Merge pull request #82 from brainoir/patch-1
docs: Add Docker setup instructions to README
2025-04-24 13:45:34 +03:00
Enes Gules
03f0330b4b
Merge pull request #84 from dsfaccini/master
[Translation] Spanish README
2025-04-24 13:40:44 +03:00
dsfaccini
156c5c8644 [Translation] Spanish README 2025-04-23 21:50:41 -05:00
brainoir
ac46ac44ae
docs: Add Docker setup instructions to README
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.
2025-04-23 21:52:08 +02:00
brainoir
50f502a4f4
docs: Add Docker setup instructions to README
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.
2025-04-23 21:38:07 +02:00
Abdusshh
429eba2df3 fix: release workflow 2025-04-23 20:08:30 +03:00
Abdusshh
58e4d18503 chore: update repository URLs and bump version to 1.0.6 v1.0.6 2025-04-23 20:02:57 +03:00
Enes Gules
b914a2b9e1
Update README.md 2025-04-23 20:00:50 +03:00
Enes Gules
dd7a63b130
Merge pull request #77 from digitarald/patch-1
Add VS Code install buttons
2025-04-23 20:00:16 +03:00
Enes Gules
3ff2ee8519
Merge branch 'master' into patch-1 2025-04-23 19:59:38 +03:00
Enes Gules
eedd38daec
Merge pull request #74 from coyaSONG/korean-translation
[Translation] Korean README
2025-04-23 19:55:41 +03:00
Harald Kirschner
d25592a5fb
Add VS Code install buttons
Adds a nice one-click instal experience, similar to what the GitHub and Playwright servers offer in their readme.
2025-04-23 08:56:14 -07:00
coyaSONG
74cf96061a docs: add Korean translation
- Add README.ko.md
- Add Korean badge to main README.md
2025-04-23 21:38:07 +09:00
Enes Gules
07fd302d04
Merge pull request #70 from duyifan02/master
docs: add README-zh-CN and add a button in README.md
2025-04-23 10:18:08 +03:00
duyifan02
5fbb3c0e43 docs: add README-zh-CN and add a button in README.md 2025-04-23 11:37:56 +08:00
Enes Akar
aab899b31e
Merge pull request #69 from upstash/chore/readme
Feat: improve readme and add 5000 tokens minimum enforcement
2025-04-22 14:20:49 -07:00
Abdusshh
b199a1645e feat: enforce minimum token limit of 5000 for library docs retrieval 2025-04-23 00:18:15 +03:00
Abdusshh
1afaa5982e chore: add new media links to README 2025-04-23 00:11:04 +03:00
Abdusshh
1d04132816 chore: add star history chart to README.md 2025-04-23 00:04:03 +03:00
Abdusshh
99833eef28 chore: Update README with MCP client error solutions and fix formatting 2025-04-23 00:03:09 +03:00
Enes Akar
38c4fefcc9
Update README.md 2025-04-21 21:15:58 -07:00
Enes Akar
d2a59563fa
Merge pull request #32 from tomByrer/patch-1
+ media link to README.md
2025-04-21 00:38:01 -07:00
Enes Akar
36c39982d4
Update README.md 2025-04-21 00:24:57 -07:00
Tom Byrer
12adb55c7b
+ media link to README.md
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.
2025-04-20 22:39:59 -05:00
Abdusshh
5fef38842b fix: Change runner in release workflow v1.0.5 2025-04-20 14:42:46 +03:00
Abdusshh
f2e5734bc8 fix: syntax in GitHub Actions workflow 2025-04-20 11:42:15 +03:00
Enes Gules
8547904820
Merge pull request #18 from wilsonsilva/master
Document installation in Claude Code and Claude Desktop
2025-04-20 11:23:51 +03:00
Enes Gules
3863f05e2e
Update README.md 2025-04-20 11:20:58 +03:00