jackeydou/language-coach
v0.2.2MIT
Turn everyday messages into private, reusable language-learning notes.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
languageCoachstdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/mcp/server.mjs"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "language-coach",
"version": "0.2.2",
"description": "Turn everyday messages into private, reusable language-learning notes.",
"author": { "name": "Language Coach contributors" },
"license": "MIT",
"keywords": ["language-learning", "writing", "coaching", "reflection"]
}