feat: (vibe) React Component와 MCP 서버 연동.#932
Merged
Merged
Conversation
Zy0ung
approved these changes
Oct 6, 2025
Zy0ung
left a comment
Member
There was a problem hiding this comment.
LGTM!! 컴포넌트와는 이렇게 연결이 되야하는군요...! 너무 고생하셨습니다!
Contributor
|
오 요 코드 베이스로 develop 하면 되겠군요!! @Kyoungwoong |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue
Result
MCP 서버는 텍스트로 밖에 전달할 수 없기에 (다양한 타입을 이해할 순 있지만, 템플릿을 전달할 수 있는 방법은 현재 텍스트밖에 없는 것 같습니다.) 해당 값을 전달하여 리액트 컴포넌트와 MCP 서버 연결을 테스트 하였습니다.
React Component Test

React Component Test with props

Work list
Discussion
이걸 하였어도, new-viz 팀에서 주는 값은 템플릿이 아닌 컴포넌트이기 때문에 조금 허들은 있을 것으로 예상됩니다.