[PR #4479] [CLOSED] . #4643

Closed
opened 2026-02-22 18:36:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4479
Author: @thakare18
Created: 10/3/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 1acccc7 Issue solved: In Anything-LLM Desktop, streamable MCP servers fail to start because the client sends a GET request first. These servers only accept POST requests, so they return HTTP 405, causing an error. The client should start directly with POST.

📊 Changes

1 file changed (+10 additions, -3 deletions)

View changed files

📝 server/endpoints/mcpServers.js (+10 -3)

📄 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/Mintplex-Labs/anything-llm/pull/4479 **Author:** [@thakare18](https://github.com/thakare18) **Created:** 10/3/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1acccc7`](https://github.com/Mintplex-Labs/anything-llm/commit/1acccc76189113724dda29d09d6ca3c174db41f8) Issue solved: In Anything-LLM Desktop, streamable MCP servers fail to start because the client sends a GET request first. These servers only accept POST requests, so they return HTTP 405, causing an error. The client should start directly with POST. ### 📊 Changes **1 file changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/endpoints/mcpServers.js` (+10 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:15 -05:00
yindo closed this issue 2026-02-22 18:36:15 -05:00
yindo changed title from [PR #4479] . to [PR #4479] [CLOSED] . 2026-06-05 15:19:35 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4643