mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	fix: MCP execution content matching failed.
This commit is contained in:
		@@ -11,6 +11,10 @@
 | 
				
			|||||||
    "everything": {
 | 
					    "everything": {
 | 
				
			||||||
      "command": "npx",
 | 
					      "command": "npx",
 | 
				
			||||||
      "args": ["-y", "@modelcontextprotocol/server-everything"]
 | 
					      "args": ["-y", "@modelcontextprotocol/server-everything"]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "docker-mcp": {
 | 
				
			||||||
 | 
					      "command": "uvx",
 | 
				
			||||||
 | 
					      "args": ["docker-mcp"]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -834,7 +834,7 @@ export const useChatStore = createPersistStore(
 | 
				
			|||||||
                .catch((error) => showToast("MCP execution failed", error));
 | 
					                .catch((error) => showToast("MCP execution failed", error));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          } catch (error) {
 | 
					          } catch (error) {
 | 
				
			||||||
            console.error("[MCP Error]", error);
 | 
					            console.error("[Check MCP JSON]", error);
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user