From 08e8a06c8d33265dc10b7ee10ef833aaf9171da6 Mon Sep 17 00:00:00 2001 From: ienaga Date: Sat, 21 Feb 2026 11:54:03 +0900 Subject: [PATCH 1/2] edit packages --- .gitattributes | 2 ++ LICENSE | 21 +++++++++++++++++++++ package.json | 10 ++++++++-- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 .gitattributes create mode 100644 LICENSE diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c78eeba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.js text eol=lf +*.ts text eol=lf \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d520559 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 - 2023 Next2D + +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/package.json b/package.json index 3d9ab75..1617e7c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.0.2", "description": "MCP server for Next2D application development assistance", "type": "module", + "author": "Toshiyuki Ienaga", + "license": "MIT", + "homepage": "https://next2d.app", + "bugs": "https://github.com/Next2D/next2d-development-mcp/issues", "bin": { "next2d-development-mcp": "./dist/index.js" }, @@ -15,6 +19,10 @@ "lint": "eslint src/ --ignore-pattern '*.test.ts'", "test": "vitest run" }, + "repository": { + "type": "git", + "url": "git+https://github.com/Next2D/next2d-development-mcp.git" + }, "keywords": [ "next2d", "mcp", @@ -22,8 +30,6 @@ "development-tools", "code-generation" ], - "author": "Next2D", - "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0" }, From e778b021d6bb62a0f00a0860d04b5d38c009b2f0 Mon Sep 17 00:00:00 2001 From: Toshiyuki Ienaga Date: Sat, 21 Feb 2026 12:04:26 +0900 Subject: [PATCH 2/2] Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1617e7c..c9ead0b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.2", "description": "MCP server for Next2D application development assistance", "type": "module", - "author": "Toshiyuki Ienaga", + "author": "Toshiyuki Ienaga ", "license": "MIT", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/next2d-development-mcp/issues",