Build agentic MCP servers using @mcpc/core by composing existing MCP tools. Use when creating, extending, or debugging MCPC agentic servers — including setting up compositions, choosing execution modes, writing plugins, loading skills, and connecting transports.
$npx -y skills add mcpc-tech/mcpc --skill mcpc-coreInstalls into the current project.
Run `npx skills use "https://github.com/mcpc-tech/mcpc" --skill "mcpc-tech/mcpc/mcpc-core"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mcpc-tech/mcpc" that are relevant to the current task. Run `npx skills add "https://github.com/mcpc-tech/mcpc"` and select the relevant skills, then follow their instructions.