i18n-agent-action
An i18n github action for language translate
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/SamYuan1990/i18n-agent-action:mcp · oci
the record
Copied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.SamYuan1990/i18n-agent-action",
"description": "An i18n github action for language translate",
"repository": {},
"version": "mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/SamYuan1990/i18n-agent-action:mcp",
"runtimeHint": "docker",
"transport": {
"type": "sse",
"url": "https://example.com:8080/sse"
},
"runtimeArguments": [
{
"description": "Port mapping from host to container",
"value": "8080:8080",
"type": "named",
"name": "-p"
},
{
"description": "API key for the i18n service",
"value": "api_key={api_key}",
"variables": {
"api_key": {
"description": "Your API key for the translation service",
"isRequired": true,
"format": "string",
"isSecret": true
}
},
"type": "named",
"name": "-e"
},
{
"description": "Volume mount for model files",
"value": "{models_path}:/app/models",
"variables": {
"models_path": {
"description": "Path to your models directory on the host",
"isRequired": true,
"format": "filepath",
"default": "/path/to/your/models"
}
},
"type": "named",
"name": "-v"
},
{
"description": "Encoder model file path",
"value": "encoder={encoder_file}",
"variables": {
"encoder_file": {
"description": "Encoder model file name",
"isRequired": true,
"format": "string",
"default": "/app/models/your-encoder.onnx"
}
},
"type": "named",
"name": "-e"
},
{
"description": "Decoder model file path",
"value": "decoder={decoder_file}",
"variables": {
"decoder_file": {
"description": "Decoder model file name",
"isRequired": true,
"format": "string",
"default": "/app/models/your-decoder.onnx"
}
},
"type": "named",
"name": "-e"
},
{
"description": "Tokens model file path",
"value": "tokens={tokens_file}",
"variables": {
"tokens_file": {
"description": "Tokens model file name",
"isRequired": true,
"format": "string",
"default": "/app/models/your-tokens.onnx"
}
},
"type": "named",
"name": "-e"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2025-09-24T12:17:46.198378Z",
"publishedAt": "2025-09-24T12:17:46.198378Z",
"updatedAt": "2025-09-24T12:17:46.198378Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion mcplast seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.