81 Commits

Author SHA1 Message Date
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
Abdusshh
a628fc7cb4 chore: format and lint 2025-04-19 14:53:04 +03:00
Abdusshh
11c5daf82d feat: make libraryName parameter required 2025-04-19 14:50:49 +03:00
Abdusshh
f97c5a004b feat: add description field to SearchResult and update formatting to include description 2025-04-19 14:38:31 +03:00
Abdusshh
eaa077c0a5 feat: add separator line between search results for better readability 2025-04-19 12:56:39 +03:00
Wilson Silva
c5e6ae6ec6
Document installation in Claude Code and Claude Desktop 2025-04-18 13:43:45 +01:00
Enes Akar
2fde08d265
Merge pull request #16 from upstash/chore/release-workflow
feat: add release workflow and update package.json metadata
2025-04-17 08:53:27 -07:00
Abdusshh
a169756489 feat: add release workflow and update package.json metadata 2025-04-17 18:32:08 +03:00
Enes Akar
fb8719aa14
Merge pull request #13 from upstash/feat/api-v1
Feat: API v1 Migration
2025-04-17 05:53:46 -07:00
Abdusshh
23e3c8ab16 feat: migrate to v1 API, remove reranking on client, bump version 2025-04-17 01:03:45 +03:00
Abdusshh
1d36208044 chore: update README to use @latest tag 2025-04-17 00:02:56 +03:00
Enes Gules
a661d0b2a5
Merge pull request #8 from upstash/chore/add-vscode-readme
chore: add VSCode installation instructions to README
2025-04-15 00:43:49 +03:00
Abdusshh
52bf258f0c chore: add VSCode installation instructions to README 2025-04-15 00:43:11 +03:00
Enes Gules
f716b92c4a
Merge pull request #5 from upstash/feat/migrate-to-new-api
Update API endpoint from /projects to /libraries for project fetching for new api
2025-04-13 21:26:23 +03:00
Abdusshh
500d19349d Update API endpoint from /projects to /libraries for project fetching 2025-04-13 19:42:23 +03:00
Abdusshh
2429b67e7a update API endpoint from /libraries to /projects for project fetching until the new api is available 2025-04-13 19:41:29 +03:00