MCP Server
MCP
io.github.oxbshw/watch-skill
Watch video and live sessions, keep timestamped evidence, and verify an agent's own work.
Install
uvx watch-skill
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "watch-skill",
"version": "1.3.0rc2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Pinned to the version this entry declares. Unpinned, uvx resolves the newest stable release, so a pre-release entry would advertise one version and start another.",
"value": "watch-skill[standard]==1.3.0rc2",
"type": "named",
"name": "--from"
}
],
"packageArguments": [
{
"description": "Starts the MCP server on stdio.",
"value": "serve",
"type": "positional",
"valueHint": "serve"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment