← Back to Plugins
MCP Server MCP

io.github.z416479660/avc-test-py-mcp

github By github 👁 2 views ▲ 0 votes

MCP server for video enhancement (create_task, get_task_status, enhance_video_sync)

Homepage Verified source GitHub

Install

uvx avc-test-py-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "avc-test-py-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "FastAPI HTTP Server base URL",
          "format": "string",
          "name": "HTTP_API_BASE_URL"
        },
        {
          "description": "API authentication key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HTTP_API_KEY"
        }
      ]
    },
    {
      "registryType": "npm",
      "identifier": "avc-test-js-mcp",
      "version": "0.1.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "FastAPI HTTP Server base URL",
          "format": "string",
          "name": "HTTP_API_BASE_URL"
        },
        {
          "description": "API authentication key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HTTP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi npm

Comments

Sign in to leave a comment

Loading comments...