Skip to content

Init skill and mcp#38

Merged
nickscamara merged 2 commits intomainfrom
init-skill-and-mcp
Feb 18, 2026
Merged

Init skill and mcp#38
nickscamara merged 2 commits intomainfrom
init-skill-and-mcp

Conversation

@developersdigest
Copy link
Member

No description provided.

Introduce a new CLI init command to install Firecrawl integrations. Adds src/commands/init.ts which implements handleInitCommand with subcommands 'skills' and 'mcp' (installSkills and installMcp). Both flows invoke npx helpers via execSync and accept --global and --agent options; installMcp requires an API key (getApiKey / FIRECRAWL_API_KEY) and injects it into the environment. Registers the command in src/index.ts and updates README.md with usage examples for `firecrawl init skills` and `firecrawl init mcp` (including the npx add-mcp invocation). Exits on failures to propagate errors to the caller.
@nickscamara nickscamara merged commit 839fd87 into main Feb 18, 2026
1 check passed
@nickscamara nickscamara deleted the init-skill-and-mcp branch February 18, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments