a15a11c96067024b3b4a832ce92c1e5cd9eab7f0
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dorny/paths-filter](https://github.com/dorny/paths-filter) | action | major | `v3.0.2` → `v4.0.1` | --- ### Release Notes <details> <summary>dorny/paths-filter (dorny/paths-filter)</summary> ### [`v4.0.1`](https://github.com/dorny/paths-filter/releases/tag/v4.0.1) [Compare Source](https://github.com/dorny/paths-filter/compare/v4.0.0...v4.0.1) #### What's Changed - Support merge queue by [@​masaru-iritani](https://github.com/masaru-iritani) in [#​255](https://github.com/dorny/paths-filter/pull/255) #### New Contributors - [@​masaru-iritani](https://github.com/masaru-iritani) made their first contribution in [#​255](https://github.com/dorny/paths-filter/pull/255) **Full Changelog**: <https://github.com/dorny/paths-filter/compare/v4.0.0...v4.0.1> ### [`v4.0.0`](https://github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://github.com/dorny/paths-filter/compare/v3.0.3...v4.0.0) - [Update action runtime to node24](https://github.com/dorny/paths-filter/pull/294) ### [`v3.0.3`](https://github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v303) [Compare Source](https://github.com/dorny/paths-filter/compare/v3.0.2...v3.0.3) - [Add missing predicate-quantifier](https://github.com/dorny/paths-filter/pull/279) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=--> Reviewed-on: #35 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
Outline MCP
Model Context Protocol (MCP) server wrapping the Outline HTTP API. Tools will be added as needed.
Run
Use docker image pushed to https://gitea.t000-n.de/t.behrendt/outline-mcp:latest
Required Environment variables:
- OUTLINE_BASE_URL=https:/example.com/api
- OUTLINE_API_KEY=xx_api_xx
The server will start on port 3000.
Integrate into Claude
Use mcp-remote as this currently works best with Claude Desktop. Change the URL to wherever your MCP server runs and adjust authentication according to the package. Refer to the Claude Desktop MCP documentation for a deeper dive.
{
"mcpServers": {
"outline": {
"command": "npx",
"args": ["mcp-remote", "http://localhost:3000/mcp"]
}
}
}
Test
Use the mcp inspector to view tools and run tests.
bunx @modelcontextprotocol/inspector
Description
Languages
TypeScript
99.8%
JavaScript
0.1%