> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 开发 Firecrawl MCP

> 构建、测试并为 Firecrawl MCP 服务器贡献代码。

<div id="development">
  ## 开发
</div>

```bash theme={null}
# 安装依赖
npm install

# 构建
npm run build

# 运行测试
npm test
```

<div id="contributing">
  ### 参与贡献
</div>

1. Fork 此仓库
2. 创建功能分支
3. 运行测试：`npm test`
4. 提交 Pull Request

<div id="thanks-to-contributors">
  ### 致谢贡献者
</div>

感谢 [@vrknetha](https://github.com/vrknetha) 和 [@cawstudios](https://caw.tech) 完成初始实现！

感谢 MCP.so 和 Klavis AI 提供托管服务，也感谢 [@gstarwd](https://github.com/gstarwd)、[@xiangkaiz](https://github.com/xiangkaiz) 和 [@zihaolin96](https://github.com/zihaolin96) 集成我们的服务器。

<div id="license">
  ## 许可证
</div>

MIT 许可证——详情请参见 LICENSE 文件
