Skip to main content
Glama
launch.json1.67 kB
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "http (55123)", "type": "coreclr", "request": "launch", "preLaunchTask": "dotnet: build", "program": "${workspaceFolder}/bin/Debug/net9.0/unity-mcp-server.exe", "args": [ "--port=55123", "--plugin-timeout=30000", "--client-transport=http" ] }, { "name": "http (9090)", "type": "coreclr", "request": "launch", "preLaunchTask": "dotnet: build", "program": "${workspaceFolder}/bin/Debug/net9.0/unity-mcp-server.exe", "args": [ "--port=9090", "--plugin-timeout=30000", "--client-transport=http" ] }, { "name": "stdio (9090)", "type": "coreclr", "request": "launch", "preLaunchTask": "dotnet: build", "program": "${workspaceFolder}/bin/Debug/net9.0/unity-mcp-server.exe", "args": [ "--port=9090", "--plugin-timeout=15000", "--client-transport=stdio" ] }, { "name": "C#: Debug", "type": "dotnet", "request": "launch", "projectPath": "${workspaceFolder}/Server/com.IvanMurzak.Unity.MCP.Server.csproj" } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IvanMurzak/Unity-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server