mcp-manager 1.5.1: bump agent chat timeout from 180s to 600s
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"categories": ["ai", "utilities"],
|
||||
"description": "A control panel for your Model Context Protocol (MCP) servers. Add, edit, run and monitor stdio / SSE / HTTP servers, then export a ready-to-paste Claude configuration. stdio servers (npx- and uvx-based) are launched inside the container and exposed over HTTPS through the built-in SSE bridge. Node 24 and uv/uvx ship in the image, and every package cache is persisted to app-data so servers download once and survive restarts. The built-in chat agent can install MCP servers from a git+https:// repo or https:// archive (allow-listed hosts) for packages not in a public registry.",
|
||||
"tipi_version": 5,
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"source": "https://git.alexzaw.dev/alexz/mcp-manager",
|
||||
"website": "https://git.alexzaw.dev/alexz/mcp-manager",
|
||||
"exposable": true,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"services": [
|
||||
{
|
||||
"name": "mcp-manager",
|
||||
"image": "git.alexzaw.dev/alexz/mcp-manager:1.5.0",
|
||||
"image": "git.alexzaw.dev/alexz/mcp-manager:1.5.1",
|
||||
"isMain": true,
|
||||
"internalPort": 8001,
|
||||
"dependsOn": {
|
||||
|
||||
Reference in New Issue
Block a user