diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..14fac91 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 1308025..a27052d 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,15 @@ AI 按此格式输出 → 我们解析并转换为标准的 Anthropic `tool_use` Cursor 使用 `x-is-human` 请求头进行人机验证。Token 由前端 JS 生成,有效期 25 分钟。 在 Node.js 中直接执行验证脚本,无需外部进程。 -## 免责声明 +## 免责声明 / Disclaimer -本项目仅供学习和研究目的使用。使用本项目可能违反 Cursor 的服务条款,请自行承担风险。 +**本项目仅供学习、研究和接口调试目的使用。** + +1. 本项目并非 Cursor 官方项目,与 Cursor 及其母公司 Anysphere 没有任何关联。 +2. 本项目包含针对特定 API 协议的转换代码。在使用本项目前,请确保您已经仔细阅读并同意 Cursor 的服务条款(Terms of Service)。使用本项目可能引发账号封禁或其他限制。 +3. 请合理使用,勿将本项目用于任何商业牟利行为、DDoS 攻击或大规模高频并发滥用等非法违规活动。 +4. **作者及贡献者对任何人因使用本代码导致的任何损失、账号封禁或法律纠纷不承担任何直接或间接的责任。一切后果由使用者自行承担。** ## License -MIT +[MIT](LICENSE)