Skip to main content
Glama

AI Conversation Logger

by fablefang
test-log2.js745 B
#\!/usr/bin/env node import { ConversationLogger } from './dist/tools/conversationLogger.js'; async function test() { const logger = new ConversationLogger(); const result = await logger.logConversation({ userInput: "为什么之前的对话没有记录下来", aiResponse: "检查发现是因为MCP服务器需要重启才能加载新代码,并且project参数之前是必需的,现已修复为可选参数。", platform: "claude-code", tags: ["调试", "MCP"], actions: [ "修改src/validation/schemas.ts - 将project改为可选参数", "创建test-log.js测试脚本", "验证记录功能正常工作" ] }); console.log('测试结果2:', result); } test().catch(console.error);

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fablefang/ai-conversation-logger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server