0.0.2npm · teams-guide-mcp · current release
Observed 2026-08-23T00:56:02.315Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2024-11-05.
{
"tools": {},
"resources": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
check_clean_code클린 코드 가이드를 기반으로 파일을 검사합니다. 가이드 문서를 참조하여 코드 품질을 분석합니다.Input schema{
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": "검사할 파일 경로 (예: ./src/utils.js)"
},
"guideName": {
"type": "string",
"description": "사용할 가이드 파일명 (기본값: clean-code-guide.md)",
"default": "clean-code-guide.md"
}
},
"required": [
"filePath"
]
} | — | — · — | — |
get_guide가이드 문서의 내용을 읽어서 반환합니다.Input schema{
"type": "object",
"properties": {
"fileName": {
"type": "string",
"description": "읽을 가이드 파일명 (예: clean-code-guide.md)"
}
},
"required": [
"fileName"
]
} | — | — · — | — |
read_file외부 프로젝트의 파일을 읽어서 반환합니다. 절대 경로 또는 현재 작업 디렉토리 기준 상대 경로를 사용할 수 있습니다.Input schema{
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": "읽을 파일 경로 (예: ./src/utils.js 또는 C:/project/src/utils.js)"
}
},
"required": [
"filePath"
]
} | — | — · — | — |
가이드 문서: clean-code-guide.md
{
"resource_key": "guide://clean-code-guide.md",
"uri": "guide://clean-code-guide.md",
"name": "clean-code-guide",
"description": "가이드 문서: clean-code-guide.md",
"mime_type": "text/markdown",
"annotations": null,
"metadata_hash": "c20e2e164bc14d6a3b559f1781222ce8058f24a92025b0691efae7148fbed4ef"
}