pluginbridge / Source /Shared /Constants.h
RAM2118's picture
Sprint 6: Channel name dropdown + multi-instance registry + list_instances MCP tool
08315b0 verified
Raw
History Blame Contribute Delete
426 Bytes
#pragma once
namespace PluginBridgeConstants {
static constexpr int kDefaultMcpPort = 16620;
static constexpr int kMaxPluginNameLength = 256;
static constexpr int kMaxParamResults = 50;
static constexpr const char* kHelperBinaryName = "PluginBridgeHelper";
static constexpr const char* kVersion = "0.5.3";
static constexpr const char* kRegistryPath = "/tmp/pluginbridge-registry.json";
} // namespace PluginBridgeConstants