Strong typed SignalR API

Open
#233 0 comments 1 reaction 2 assignees View on GitHub

@IvanMurzak is already working on this.

Since Sep 27, 2025.

Assessment

This issue has not been assessed yet.

Description

enhancement refactoring

Implement strong typed API for the SignalR remote method calls. It should be added into Unity-MCP-Common to share the classes with Unity-MCP-Plugin and Unity-MCP-Server projects to guarantee the same data models and method signatures. Any remote method call should use the Interface instead of using hardcoded string or constant values for method subscription.

It should be two interfaces:

  • IMcpHubServer the public Hub API on the server side. There are methods that Client may call remotely on the Server.
  • IHubMcpHubClient the public API on the client side. There are methods that Server may call remotely on the Client.
Dominant language
C#
Stars
4.3k
Forks
379
Avg merge
6h 52m
Merged PRs (30d)
17

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from IvanMurzak/Unity-MCP

All issues in IvanMurzak/Unity-MCP

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.