Workflow guidance for contributing to the cdp-tools-mcp codebase itself (as opposed to using it to debug some other app) - building, testing, hot-reloading a live MCP connection while iterating, and keeping the shipped docs/Agent Skill in sync when tools change. Use when editing files under src/, adding or changing an MCP tool, or debugging why a rebuild didn't take effect in a live session.
$npx -y skills add indate/cdp-tools-mcp --skill cdp-tools-contributingInstalls into the current project.
Run `npx skills use "https://github.com/indate/cdp-tools-mcp" --skill "indate/cdp-tools-mcp/cdp-tools-contributing"` 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/indate/cdp-tools-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/indate/cdp-tools-mcp"` and select the relevant skills, then follow their instructions.