@exreve/exk 1.0.21 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agentSession.js +2 -2
- package/dist/ttc-cli.tar.gz +0 -0
- package/package.json +1 -1
package/dist/agentSession.js
CHANGED
|
@@ -428,8 +428,8 @@ export class AgentSessionManager {
|
|
|
428
428
|
if (mcpServer) {
|
|
429
429
|
const toolHint = getModuleToolHint(session.enabledModules || []);
|
|
430
430
|
return {
|
|
431
|
-
mcpServers: [mcpServer],
|
|
432
|
-
...(toolHint ? { systemPrompt: toolHint } : {})
|
|
431
|
+
mcpServers: { [mcpServer.name]: mcpServer },
|
|
432
|
+
...(toolHint ? { systemPrompt: { type: 'preset', preset: 'claude_code', append: toolHint } } : {})
|
|
433
433
|
};
|
|
434
434
|
}
|
|
435
435
|
return {};
|
package/dist/ttc-cli.tar.gz
CHANGED
|
Binary file
|