246 Commits

Author SHA1 Message Date
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
Enes Gules
7ee53d8c8e
Merge pull request #27 from upstash/smithery/config-2fpz
Deployment: Dockerfile and Smithery config
2025-04-20 11:20:34 +03:00
Abdusshh
4fea661c90 chore: add badges and simplify runtime options in installation instructions 2025-04-20 11:18:46 +03:00
Enes Gules
6682e3e71a
Merge pull request #21 from ryanleecode/master
chore: update readme to add deno
2025-04-20 11:08:56 +03:00
smithery-ai[bot]
d45adeb705
Update README 2025-04-20 08:05:25 +00:00
smithery-ai[bot]
e12ed9ac84
Add Smithery configuration 2025-04-20 08:05:24 +00:00
smithery-ai[bot]
5eb4b5b8c7
Add Dockerfile 2025-04-20 08:05:24 +00:00
Ryan
13631eedd7
chore: update readme to recommend deno instead of npx 2025-04-20 09:09:03 +08:00
Enes Akar
aae3660f19
Merge pull request #26 from upstash/feat/param-type-conversion 2025-04-19 06:43:53 -07:00
Abdusshh
ae1a7c44fa feat: string-to-number conversion for tokens parameter 2025-04-19 16:14:24 +03:00
Enes Akar
9242084411
Merge pull request #23 from upstash/feat/result-formatting
feat: add separator line between search results for better readability
2025-04-19 05:35:39 -07:00
Abdusshh
c1a4a1a21c Add troubleshooting section for ERR_MODULE_NOT_FOUND with bunx alternative 2025-04-19 14:56:48 +03:00