@sophia-vibelog/mcp-server 0.3.0 → 0.3.1
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74,7 +74,7 @@ server.tool("publish-log", "VibeLog에 AI 코딩 세션 로그를 발행합니
|
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
});
|
|
77
|
-
server.tool("rate-prompt", "사용자의 질문 품질을 평가하고 개선 제안을 제공합니다. 질문 끝에 @@가 붙어있을 때만 사용하세요.", {
|
|
77
|
+
server.tool("rate-prompt", "사용자의 질문 품질을 평가하고 개선 제안을 제공합니다. 질문 끝에 @@가 붙어있을 때만 사용하세요. 중요: 이 도구의 출력은 반드시 응답의 가장 마지막에, 원본 포맷 그대로(━━━ 테두리, 들여쓰기, 이모지 포함) 표시하세요. 재가공, 요약, 마크다운 변환을 하지 마세요.", {
|
|
78
78
|
userMessage: z.string().describe("평가할 사용자 메시지 (@@는 제거된 상태)"),
|
|
79
79
|
conversationContext: z
|
|
80
80
|
.string()
|