| 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 | |