[PR #1711] [CLOSED] 007 mcp http transport #7750

Closed
opened 2026-04-20 17:51:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1711
Author: @aroige
Created: 10/23/2025
Status: Closed

Base: mainHead: 007-mcp-http-transport


📝 Commits (10+)

  • 6f6dac8 feat(frontend): Refactor API services for multi-version support and fix bugs
  • 7525c85 Merge branch 'main' into feature/v2-api-refactor
  • 4872b9d Merge pull request #14 from aroige/feature/v2-api-refactor
  • 1abc4a0 refactor(frontend): Centralize API URL state in Pinia store
  • b144e53 Merge branch 'main' into feature/v2-api-refactor
  • 6ac8125 Merge pull request #15 from aroige/feature/v2-api-refactor
  • 7729f67 feat: Implement POST /api/v2/projects/{id}/tasks endpoint
  • 94c4ade Merge pull request #16 from aroige/vikunja-api-task-2.3
  • 1c410f7 refactor(frontend): Centralize API URL state in Pinia store
  • ac84319 Merge branch 'main' into feature/v2-api-refactor

📊 Changes

494 files changed (+128424 additions, -15949 deletions)

View changed files

.air.toml (+12 -0)
.github/copilot-instructions.md (+30 -0)
📝 .gitignore (+17 -1)
.rgignore (+63 -0)
📝 .vscode/launch.json (+27 -1)
📝 .vscode/settings.json (+15 -3)
📝 AGENTS.md (+63 -9)
API_ROUTE_REFACTORING.md (+0 -0)
API_V2_PRD.md (+169 -0)
API_V2_TASKS.md (+323 -0)
FUTURE_REFACTOR.md (+77 -0)
JULES.md (+23 -0)
PERMISSION-MIGRATION-GUIDE.md (+406 -0)
REFACTORING_GUIDE.md (+1034 -0)
TASK_ATTACHMENTS_REFACTOR_SUMMARY.md (+86 -0)
debug/main.go (+21 -0)
deploy/proxmox/.shellcheckrc (+17 -0)
deploy/proxmox/README.md (+681 -0)
deploy/proxmox/docs/ARCHITECTURE.md (+955 -0)
deploy/proxmox/docs/ROOT_ACCESS_FEATURE.md (+314 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/go-vikunja/vikunja/pull/1711 **Author:** [@aroige](https://github.com/aroige) **Created:** 10/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `007-mcp-http-transport` --- ### 📝 Commits (10+) - [`6f6dac8`](https://github.com/go-vikunja/vikunja/commit/6f6dac8648a2172b2841fa7235d7ee6b7a775350) feat(frontend): Refactor API services for multi-version support and fix bugs - [`7525c85`](https://github.com/go-vikunja/vikunja/commit/7525c8567d603fac326f03d67eea4c9ee023fabd) Merge branch 'main' into feature/v2-api-refactor - [`4872b9d`](https://github.com/go-vikunja/vikunja/commit/4872b9dc3c9124d6f92c7ed14b90b45ed7a0f714) Merge pull request #14 from aroige/feature/v2-api-refactor - [`1abc4a0`](https://github.com/go-vikunja/vikunja/commit/1abc4a025f950be0ec9d71c5462a2b0662651ba0) refactor(frontend): Centralize API URL state in Pinia store - [`b144e53`](https://github.com/go-vikunja/vikunja/commit/b144e53c3be577f57221345c0af6b7aa184f4b65) Merge branch 'main' into feature/v2-api-refactor - [`6ac8125`](https://github.com/go-vikunja/vikunja/commit/6ac81252d5d1aaad3bd9e9504fd0ce9885e83e79) Merge pull request #15 from aroige/feature/v2-api-refactor - [`7729f67`](https://github.com/go-vikunja/vikunja/commit/7729f6748169c0ffa69b781115451629cf830697) feat: Implement POST /api/v2/projects/{id}/tasks endpoint - [`94c4ade`](https://github.com/go-vikunja/vikunja/commit/94c4adefaccdf7a30fa5d01a95e40be2232e7da0) Merge pull request #16 from aroige/vikunja-api-task-2.3 - [`1c410f7`](https://github.com/go-vikunja/vikunja/commit/1c410f7c1f9dd777368dc6d3d95b9e1acc47c8f1) refactor(frontend): Centralize API URL state in Pinia store - [`ac84319`](https://github.com/go-vikunja/vikunja/commit/ac84319c47cacd0cdfa02b20e86549b43794ece2) Merge branch 'main' into feature/v2-api-refactor ### 📊 Changes **494 files changed** (+128424 additions, -15949 deletions) <details> <summary>View changed files</summary> ➕ `.air.toml` (+12 -0) ➕ `.github/copilot-instructions.md` (+30 -0) 📝 `.gitignore` (+17 -1) ➕ `.rgignore` (+63 -0) 📝 `.vscode/launch.json` (+27 -1) 📝 `.vscode/settings.json` (+15 -3) 📝 `AGENTS.md` (+63 -9) ➕ `API_ROUTE_REFACTORING.md` (+0 -0) ➕ `API_V2_PRD.md` (+169 -0) ➕ `API_V2_TASKS.md` (+323 -0) ➕ `FUTURE_REFACTOR.md` (+77 -0) ➕ `JULES.md` (+23 -0) ➕ `PERMISSION-MIGRATION-GUIDE.md` (+406 -0) ➕ `REFACTORING_GUIDE.md` (+1034 -0) ➕ `TASK_ATTACHMENTS_REFACTOR_SUMMARY.md` (+86 -0) ➕ `debug/main.go` (+21 -0) ➕ `deploy/proxmox/.shellcheckrc` (+17 -0) ➕ `deploy/proxmox/README.md` (+681 -0) ➕ `deploy/proxmox/docs/ARCHITECTURE.md` (+955 -0) ➕ `deploy/proxmox/docs/ROOT_ACCESS_FEATURE.md` (+314 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 17:51:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#7750