MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / promptProvider

Method promptProvider

manager/src/main/java/server/Manager.java:43–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 @Bean
44 public PromptProvider promptProvider() {
45 return new PromptProvider() {
46 @Override
47 public AttributedString getPrompt() {
48 return new AttributedString("root$ >",
49 AttributedStyle.HIDDEN_OFF.foreground(AttributedStyle.BLACK));
50 }
51 };
52 }
53
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected