This repository was archived by the owner on Mar 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ npm test
1919
2020## License
2121
22- Apache 2.0 — see [ LICENSE ] ( ./LICENSE ) .
22+ Licensed under the [ Apache License, Version 2.0] ( ./LICENSE.md ) .
Original file line number Diff line number Diff line change 1+ # License
2+
3+ This project is licensed under the [ Apache License, Version 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) .
4+
5+ The full legal text follows.
6+
7+ ``` text
18
29 Apache License
310 Version 2.0, January 2004
200207 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201208 See the License for the specific language governing permissions and
202209 limitations under the License.
210+ ```
Original file line number Diff line number Diff line change 44[ ![ Status: Beta] ( https://img.shields.io/badge/status-beta-yellow )] ( https://github.com/effectorHQ/REPO-TIERS.md )
55[ ![ CI] ( https://github.com/effectorHQ/openclaw-mcp/actions/workflows/test.yml/badge.svg )] ( https://github.com/effectorHQ/openclaw-mcp/actions/workflows/test.yml )
66[ ![ Node.js Version] ( https://img.shields.io/badge/node-%3E%3D18-brightgreen )] ( https://nodejs.org/ )
7- [ ![ License: Apache 2.0 ] ( https://img.shields.io/badge/License-Apache-2.0-yellow.svg )] ( LICENSE )
7+
88[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( CONTRIBUTING.md )
99
1010[ 中文文档] ( README.zh.md )
@@ -201,6 +201,5 @@ Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).
201201
202202## License
203203
204-
205- This project is currently licensed under the Apache 2.0 License 。
204+ This project is currently licensed under the [ Apache License, Version 2.0] ( LICENSE.md ) 。
206205
Original file line number Diff line number Diff line change 33[ ![ npm version] ( https://img.shields.io/npm/v/@effectorhq/skill-mcp.svg )] ( https://www.npmjs.com/package/@effectorhq/skill-mcp )
44[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/effectorHQ/openclaw-mcp/ci.yml?branch=main )] ( https://github.com/effectorHQ/openclaw-mcp/actions )
55[ ![ Node.js Version] ( https://img.shields.io/badge/node-%3E%3D18-brightgreen )] ( https://nodejs.org/ )
6- [ ![ License: Apache 2.0 ] ( https://img.shields.io/badge/License-Apache-2.0-yellow.svg )] ( LICENSE )
6+
77[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( CONTRIBUTING.md )
88
99[ English] ( README.md )
@@ -191,4 +191,4 @@ npm run build
191191
192192## 许可证
193193
194- This project is currently licensed under the Apache 2.0 License 。
194+ This project is currently licensed under the [ Apache License, Version 2.0] ( LICENSE.md ) 。
Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "test" : " node --test tests/**/*.test.js" ,
1515 "lint" : " node --check src/*.js" ,
16- "build" : " echo 'No build step — pure ESM'" ,
16+ "build" : " echo 'No build step \u2014 pure ESM'" ,
1717 "start" : " node bin/skill-mcp.js serve ./skills" ,
1818 "prepublishOnly" : " npm test && npm run lint"
1919 },
4343 "files" : [
4444 " bin/" ,
4545 " src/" ,
46- " LICENSE" ,
46+ " LICENSE.md " ,
4747 " README.md"
4848 ]
4949}
You can’t perform that action at this time.
0 commit comments