{"id":34799776,"url":"https://github.com/hanachiru/unity-release-note-mcp","last_synced_at":"2026-05-21T20:33:26.713Z","repository":{"id":323328474,"uuid":"1083153649","full_name":"hanachiru/unity-release-note-mcp","owner":"hanachiru","description":"MCP server for accurately retrieving Unity release note information","archived":false,"fork":false,"pushed_at":"2025-11-10T10:49:45.000Z","size":321,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T22:16:37.830Z","etag":null,"topics":["mcp-server","release-note","unity"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@hanachiru/unity-release-note-mcp","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hanachiru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-25T13:02:06.000Z","updated_at":"2025-11-12T15:33:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hanachiru/unity-release-note-mcp","commit_stats":null,"previous_names":["hanachiru/unity-release-note-mcp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hanachiru/unity-release-note-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachiru%2Funity-release-note-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachiru%2Funity-release-note-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachiru%2Funity-release-note-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachiru%2Funity-release-note-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanachiru","download_url":"https://codeload.github.com/hanachiru/unity-release-note-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachiru%2Funity-release-note-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33313867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp-server","release-note","unity"],"created_at":"2025-12-25T11:11:48.066Z","updated_at":"2026-05-21T20:33:26.690Z","avatar_url":"https://github.com/hanachiru.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Release Note MCP\n\n[![Releases](https://img.shields.io/github/release/hanachiru/unity-release-note-mcp.svg)](https://github.com/hanachiru/unity-release-note-mcp/releases)\n[![license](https://img.shields.io/badge/LICENSE-MIT-green.svg)](LICENSE)\n\nEnglish | [日本語](README_JA.md)\n\nThis is an MCP server for accurately retrieving Unity release note information. It uses the [Unity Release API (1.0)](https://services.docs.unity.com/release/v1/) to obtain precise data.\n\n![gemini-cli-sample](/assets/gemini-cli-chat.png)\n\n[jsr](https://jsr.io/@hanachiru/unity-release-note-mcp), [npm](https://www.npmjs.com/package/@hanachiru/unity-release-note-mcp)\n\n## Requirements\n\n- Node.js 18 or later, or Deno\n\n## Setup\n\n\u003e [!NOTE]\n\u003e If you use Deno, replace the command with `deno run --allow-net jsr:@hanachiru/unity-release-note-mcp`.\n\n### Visual Studio Code (VSCode)\n\nAdd the following to `.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"unity-release-note-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@hanachiru/unity-release-note-mcp@latest\", \"-y\"]\n    }\n  }\n}\n```\n\n### Gemini Cli\n\nAdd the following to `.gemini/settings.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"unity-release-note-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@hanachiru/unity-release-note-mcp@latest\", \"-y\"]\n    }\n  }\n}\n```\n\n### Claude Code\n\nRun the following command:\n\n```sh\nclaude mcp add unity-release-note -s project -- npx -y @hanachiru/unity-release-note-mcp@latest\n```\n\n### Others\n\nFor other tools, please refer to the documentation as needed and add an MCP server that runs the command `npx @hanachiru/unity-release-note-mcp`.\n\n## Available Tools\n\n| Name                              | Description                                                                                                                                                   |\n| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `get_unity_release_notes_content` | Gets the full Markdown content of the release notes for a single, specific Unity version.                                                                     |\n| `list_unity_releases`             | Lists Unity Editor releases matching filters. Does not return the content, only metadata like version, date, and stream. Use this to find available versions. |\n| `get_unity_download_links`        | Gets the installer download links and Unity Hub deep-link for a single, specific Unity version.                                                               |\n\n## Rate Limits\nThe internally used [Unity Release API (1.0)](https://services.docs.unity.com/release/v1/) has rate limits. Please be aware of this when using the tool.\n\n\u003e These APIs have rate limiting in place. Requests are limited to 10 request per second and 1000 requests per thirty minutes per endpoint. The APIs respond with a 429 HTTP status code if the rate limit is exceeded.\n\u003e https://services.docs.unity.com/release/v1/#section/Overview\n\n## License\n\nThis library is provided under the [MIT License](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanachiru%2Funity-release-note-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanachiru%2Funity-release-note-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanachiru%2Funity-release-note-mcp/lists"}