Skip to main content
Glama
McpStatus.cs655 B
namespace MCPForUnity.Editor.Models { // Enum representing the various status states for MCP clients public enum McpStatus { NotConfigured, // Not set up yet Configured, // Successfully configured Running, // Service is running Connected, // Successfully connected IncorrectPath, // Configuration has incorrect paths CommunicationError, // Connected but communication issues NoResponse, // Connected but not responding MissingConfig, // Config file exists but missing required elements UnsupportedOS, // OS is not supported Error, // General error state } }

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/CoplayDev/unity-mcp'

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