Gemini API 기준으로 설명하였지만, 다른 AI들도 같은 원리(특히 채팅)를 사용하여 통신하기 때문에 아래 내용을 응용하면 충분히 구현할 수 있다.https://ai.google.dev/gemini-api/docs Gemini API | Google AI for DevelopersGemini API 문서 및 API 참조ai.google.devhttps://ai.google.dev/api Gemini API reference | Google AI for Developers이 페이지는 Cloud Translation API를 통해 번역되었습니다. 의견 보내기 Gemini API reference 이 API 참조에서는 Gemini 모델과 상호작용하는 데 사용할 수 있는 표준, 스트리밍, 실시간 A..
AI
.claude.json 파일을 찾는다명칭이 위와 다를 수 있다. 그러나 500여줄 넘는 json설정값들이 있으면 그게 Claude Code 설정파일이 맞다.맨 위 계층(맨 아래줄로 가는게 편하다)에 mcpServers : {} 설정값을 넣는다MCP 전역 설정 끝~!
gemini cli 관련 팁 입니다. 기본적인 내용이나 세부적인 내용 중 빠진게 있을 수 있으니, 공식 문서도 참고해주세요. checkpoint 등 세부적인 내용은 사용해본 적이 없어, 아직 다루지 않았습니다. 출처https://github.com/google-gemini/gemini-cli GitHub - google-gemini/gemini-cli: An open-source AI agent that brings the power of Gemini directly into your terminal.An open-source AI agent that brings the power of Gemini directly into your terminal. - google-gemini/gemini-cligi..