← Teams Guide MCP

Teams Guide MCP 0.0.2

npm · teams-guide-mcp · current release

3
Tools
1
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-23T00:56:02.315Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {},
  "resources": {}
}

Tools 3

ToolCategoryAnnotationsRisk
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"
  ]
}
— · —

Resources 1

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.