-
Notifications
You must be signed in to change notification settings - Fork 0
develop #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
develop #1
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,3 @@ | ||||||||||||||||||||||||||||||
| # Reporting Security Issues | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| If you believe you have found a security vulnerability in Next2D, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly fix the problem. | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
| If you believe you have found a security vulnerability in Next2D, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly fix the problem. | |
| If you believe you have found a security vulnerability in Next2D, we encourage you to let us know right away by contacting us through one of the following private channels: | |
| - Email: **security@next2d.dev** | |
| - GitHub Security Advisories (preferred for GitHub users): https://github.com/OWNER/REPO/security/advisories/new | |
| When reporting a vulnerability, please include, to the extent possible: | |
| - A clear description of the issue and its potential impact | |
| - Steps to reproduce the vulnerability (proof-of-concept code, test case, or screenshots, if available) | |
| - Any known affected versions, configurations, or environments | |
| - Your contact information so we can follow up with questions, if needed | |
| We will investigate all legitimate reports and do our best to quickly fix the problem. We aim to acknowledge receipt of your report within **5 business days** and will provide further updates as we progress toward a fix and coordinated disclosure. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| { | ||||||
| "name": "next2d-development-mcp", | ||||||
| "version": "0.0.1", | ||||||
| "version": "0.0.2", | ||||||
| "description": "MCP server for Next2D application development assistance", | ||||||
| "type": "module", | ||||||
| "bin": { | ||||||
|
|
@@ -25,17 +25,17 @@ | |||||
| "author": "Next2D", | ||||||
| "license": "MIT", | ||||||
| "dependencies": { | ||||||
| "@modelcontextprotocol/sdk": "^1.12.1" | ||||||
| "@modelcontextprotocol/sdk": "^1.26.0" | ||||||
| }, | ||||||
| "devDependencies": { | ||||||
| "@eslint/js": "^10.0.1", | ||||||
| "@types/node": "^22.15.0", | ||||||
| "@types/node": "^25.3.0", | ||||||
|
||||||
| "@types/node": "^25.3.0", | |
| "@types/node": "^22.0.0", |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ import { registerPrompts } from "./prompts/index.js"; | |
|
|
||
| const server = new McpServer({ | ||
| "name": "next2d-development-mcp", | ||
| "version": "0.0.1" | ||
| "version": "0.0.2" | ||
| }); | ||
|
Comment on lines
8
to
11
|
||
|
|
||
| registerTools(server); | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README no longer documents supported platforms, and there doesn’t appear to be an alternative mention elsewhere in the docs. If platform support is still relevant for users, consider restoring this section or replacing it with an updated statement (even a short line in the Overview/Requirements).