We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Piesson/ChillMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
todo-check.md•494 B
1. 코드베이스에서 아직 TODO 상태인, 미구현 코드들을 모두 파악하세요.
2. /docs/{requirement,implementation-plan}.md 파일을 참고하여 전체적인 구현 계획을 파악하세요.
3. 미구현 코드중 당장 구현할 수 있는 부분들을 모두 파악하세요.
4. 파악된 구현 대상 코드들을 하나하나 구현하세요.
유의미한 작업 단위를 완료할때마다 git commit 남기세요. 메세지는 한글로 간결하게 적으세요.