# Runtime — vendoring and wiring the templates Copy from this skill's `templates/` directory into the target project (suggested: `src/webmcp/`): - **TypeScript projects**: `templates/webmcpify.ts` + `templates/webmcp.d.ts`; **React TSX projects additionally** `templates/webmcp-jsx.d.ts` (JSX typings for the declarative attributes — a MODULE file; keep it separate from `webmcp.d.ts`, which must stay a global script file). - **JavaScript projects**: `templates/webmcpify.js` — **ES module only** (`export`): load via a bundler or `