MCPcopy Create free account
hub / github.com/chieapp/chie / list

Function list

src/cli-main.ts:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75function list() {
76 console.log('API Credentials:');
77 for (const credential of apiManager.getCredentials())
78 console.log(' ' + credential.name);
79 process.exit(0);
80}
81
82async function enterConversation(credential) {
83 console.log('Start chatting with', credential.name + ':');

Callers 1

cliMainFunction · 0.85

Calls 1

getCredentialsMethod · 0.80

Tested by

no test coverage detected