Skip to content

magicallihua/applymcp

v0.24.0MIT

Local resume profiles and supervised recruitment-form autofill for AI agents.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

resume_companionstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/server.bundle.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}
resume_browserstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/chrome-launcher.bundle.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

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": "applymcp",
  "version": "0.24.0",
  "description": "Local resume profiles and supervised recruitment-form autofill for AI agents.",
  "author": {
    "name": "ApplyMCP"
  },
  "homepage": "https://github.com/MagicalLiHua/resume-companion",
  "repository": "https://github.com/MagicalLiHua/resume-companion",
  "license": "MIT",
  "keywords": ["resume", "recruitment", "mcp", "autofill"]
}