实习助手MCP服务器🎓
这是我在人工智能实习期间构建的一个简单的模型上下文协议(MCP)服务器。它为实习生提供了有用的实用程序,包括时间检查、动机和 每日测井.
🛠️ 工具
get_current_time:返回当前本地时间(对于不知道时间的LLM很有用)。tell_intern_joke:返回一个随机的编程/实习主题笑话。save_daily_log:将日志条目(带时间戳)附加到名为的本地文件中intern_logs.txt。使用此功能跟踪您的日常进度!
🚀 使用Claude Desktop
将此添加到您的 claude_desktop_config.json:
"internship-helper": {
"command": "uv",
"args": [
"run",
"--directory",
"ABSOLUTE/PATH/TO/internship-helper",
"main.py"
]
}