Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: [Next2D]
patreon: # next2d
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.github
node_modules
src
next2d-development-assistant
.gitattributes
.gitignore
.gitmodules
.vscodeignore
eslint.config.mjs
tsconfig.json
vitest.config.ts
vitest.config.ts
SECURITY.md
16 changes: 16 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.git/**
.github/**
.gitmodules
.gitattributes
.gitignore
.npmignore
node_modules/**
src/**
next2d-development-assistant/**
!node_modules/next2d-development-mcp/**
**/*.test.ts
**/*.map
eslint.config.mjs
tsconfig.json
vitest.config.ts
SECURITY.md
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# next2d-development-mcp

<div align="center">
<img src="https://next2d.app/assets/img/top-logo.svg" width="180" alt="Next2D">
<img src="https://github.com/Next2D/next2d-development-mcp/raw/main/icon.png" width="180" alt="Next2D">
</div>

[![UnitTest](https://github.com/Next2D/next2d-development-mcp/actions/workflows/integration.yml/badge.svg?branch=main)](https://github.com/Next2D/next2d-development-mcp/actions/workflows/integration.yml)
Expand Down Expand Up @@ -62,6 +62,18 @@ This MCP server provides the following capabilities to AI agents:

## AI エージェントへの追加方法 / AI Agent Setup

### VS Code Marketplace(推奨 / Recommended)

VS Code Marketplace からワンクリックでインストールできます。
Install with one click from the VS Code Marketplace:

**[![Install in VS Code](https://img.shields.io/badge/Install%20in-VS%20Code-007ACC?logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=next2d.next2d-development-mcp)**

インストール後、GitHub Copilot Chat で `@next2d` を入力すると MCP ツールが利用可能になります。
After installation, MCP tools are available by typing `@next2d` in GitHub Copilot Chat.

---

### GitHub Copilot (VS Code / VS Code Insiders)

プロジェクトルートに `.vscode/mcp.json` を作成します。
Expand Down Expand Up @@ -343,8 +355,6 @@ ViewModel.constructor
- [Next2D Animation Tool](https://tool.next2d.app/) — アニメーション作成ツール
- [MCP Specification](https://modelcontextprotocol.io/) — Model Context Protocol 仕様

---

## License

MIT
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading