[PR #4112] [MERGED] karakeep: add cli and mcp build commands #4751

Closed
opened 2025-11-20 06:11:29 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4112
Author: @vhsdream
Created: 4/28/2025
Status: Merged
Merged: 4/28/2025
Merged by: @tremor021

Base: mainHead: karakeep-mcp-cli


📝 Commits (1)

  • c597021 karakeep: add cli and mcp build commands

📊 Changes

2 files changed (+14 additions, -4 deletions)

View changed files

📝 ct/karakeep.sh (+7 -2)
📝 install/karakeep-install.sh (+7 -2)

📄 Description

✍️ Description

  • Adds the Karakeep MCP server build commands, new as of v0.24.0.
  • Adds the Karakeep CLI build as well, available for a long time.
  • Streamlines the webapp build (a recent change); removes the recursive copy as it's no longer necessary.

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/4112 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `karakeep-mcp-cli` --- ### 📝 Commits (1) - [`c597021`](https://github.com/community-scripts/ProxmoxVE/commit/c5970217b4d70a5f88caf1d045498451fb61a533) karakeep: add cli and mcp build commands ### 📊 Changes **2 files changed** (+14 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ct/karakeep.sh` (+7 -2) 📝 `install/karakeep-install.sh` (+7 -2) </details> ### 📄 Description ## ✍️ Description - Adds the Karakeep MCP server build commands, new as of v0.24.0. - Adds the Karakeep CLI build as well, available for a long time. - Streamlines the webapp build (a recent change); removes the recursive copy as it's no longer necessary. ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:11:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4751