Conversation
🦋 Changeset detectedLatest commit: 17daf4e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
Co-authored-by: baruchiro <17686879+baruchiro@users.noreply.github.com>
Co-authored-by: baruchiro <17686879+baruchiro@users.noreply.github.com>
Co-authored-by: baruchiro <17686879+baruchiro@users.noreply.github.com>
baruchiro
left a comment
There was a problem hiding this comment.
I don't want the README to be too long, please insert the variants of many installations methods into expand blocks
README.md
Outdated
| ## Docker Deployment | ||
|
|
||
| The MCP server can be deployed using Docker and Docker Compose. The Docker image automatically runs in HTTP mode with SSE (Server-Sent Events) support on port 3000. | ||
|
|
||
| ### Docker Compose Configuration | ||
|
|
||
| Create a `docker-compose.yml` file: | ||
|
|
There was a problem hiding this comment.
To keep the documentation easy to read, I want you to hide these sections under detailes element.
There was a problem hiding this comment.
Implemented in commit 6e48f3a. The Docker Deployment section is now hidden under a <details> element with "Docker Deployment" as the summary text.
…ve comments Co-authored-by: baruchiro <17686879+baruchiro@users.noreply.github.com>
Done in commit 6e48f3a. The Docker Deployment section is now wrapped in an expandable |
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive Docker deployment documentation to help users run the Paperless-NGX MCP server in containerized environments, particularly with the Continue VS Code extension.
Changes:
- Added Docker Compose configuration example with required environment variables
- Added Continue VS Code extension configuration for connecting to the Dockerized MCP server via SSE
- Created changeset for patch version bump
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds new "Docker Deployment" section with Docker Compose and Continue VS Code extension configuration examples, placed in a collapsible <details> block after the "Running the MCP Server" section |
| .changeset/bright-wolves-worry.md | Adds changeset for patch version bump with documentation update description |
Documentation Enhancement Plan
<details>blockAll tasks completed successfully!
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Note
Adds deployment and editor-integration docs for easier setup.
docker-compose.ymlexample (port3000, required env vars) and notes on SSE and auth via environment variables.continue/mcpServers/paperless-mcp.yamlusingtype: ssepointing tohttp://localhost:3000/sseWritten by Cursor Bugbot for commit 6e48f3a. This will update automatically on new commits. Configure here.