Skip to content

Conversation

@notargs
Copy link
Owner

@notargs notargs commented Jun 22, 2025

No description provided.

Copilot AI review requested due to automatic review settings June 22, 2025 17:29
@notargs notargs merged commit 345189b into main Jun 22, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request removes the stdio-to-streamable-http implementation from this repository as it has been moved to a separate repository, and updates documentation and configuration accordingly. Key changes include:

  • Removal of TypeScript configuration, source code, package configuration, and Git ignore files.
  • Update of the test configuration in UnityNaturalMCPTest/.mcp.json to reflect HTTP communication.
  • Revision of README files (both English and Japanese) to align references and instructions with the new repository name.

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
stdio-to-streamable-http/tsconfig.json Removed TypeScript configuration
stdio-to-streamable-http/src/index.ts Removed main server implementation
stdio-to-streamable-http/package.json Removed package configuration
stdio-to-streamable-http/.gitignore Removed Git ignore settings
UnityNaturalMCPTest/.mcp.json Updated server config from stdio to HTTP
README.md Updated documentation and sample configuration instructions
README.ja.md Updated Japanese documentation with consistent references

### UnityNaturalMCPServer
An MCP server implementation provided as a Unity Package that behaves as a `Streamable HTTP` server.

Clients that support `Streamable HTTP`, such as `Github Copilot(VSCode)`, can communicate directly with Unity Editor through this server.
Copy link

Copilot AI Jun 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update 'Github Copilot(VSCode)' to 'GitHub Copilot (VSCode)' to ensure correct branding and consistency.

Suggested change
Clients that support `Streamable HTTP`, such as `Github Copilot(VSCode)`, can communicate directly with Unity Editor through this server.
Clients that support `Streamable HTTP`, such as `GitHub Copilot (VSCode)`, can communicate directly with Unity Editor through this server.

Copilot uses AI. Check for mistakes.
@notargs notargs deleted the remove_stdio_to_streamable_http branch July 13, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants