File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
plugin/src/main/java/org/opensearch/ml/plugin Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 55
66package org .opensearch .ml .plugin ;
77
8+ import static org .opensearch .ml .common .CommonValue .MCP_SESSION_MANAGEMENT_INDEX ;
9+ import static org .opensearch .ml .common .CommonValue .MCP_TOOLS_INDEX ;
810import static org .opensearch .ml .common .CommonValue .ML_AGENT_INDEX ;
911import static org .opensearch .ml .common .CommonValue .ML_CONFIG_INDEX ;
1012import static org .opensearch .ml .common .CommonValue .ML_CONNECTOR_INDEX ;
@@ -1267,6 +1269,8 @@ public Collection<SystemIndexDescriptor> getSystemIndexDescriptors(Settings sett
12671269 systemIndexDescriptors .add (new SystemIndexDescriptor (ML_MEMORY_META_INDEX , "ML Commons Memory Meta Index" ));
12681270 systemIndexDescriptors .add (new SystemIndexDescriptor (ML_MEMORY_MESSAGE_INDEX , "ML Commons Memory Message Index" ));
12691271 systemIndexDescriptors .add (new SystemIndexDescriptor (ML_STOP_WORDS_INDEX , "ML Commons Stop Words Index" ));
1272+ systemIndexDescriptors .add (new SystemIndexDescriptor (MCP_SESSION_MANAGEMENT_INDEX , "ML Commons MCP session management Index" ));
1273+ systemIndexDescriptors .add (new SystemIndexDescriptor (MCP_TOOLS_INDEX , "ML Commons MCP tools Index" ));
12701274 return systemIndexDescriptors ;
12711275 }
12721276
You can’t perform that action at this time.
0 commit comments