MCP Server
MCP
io.github.z416479660/avc-test-py-mcp
MCP server for video enhancement (create_task, get_task_status, enhance_video_sync)
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
By
Comments
Sign in to leave a comment