MCP-FEISHU

by NINGyv179
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP-페이슈

MCP-FEISHU는 Windsurf IDE 통합을 위해 특별히 설계된 마이크로서비스 컨트롤 플레인(MCP) 서버입니다. Feishu OpenAPI에서 API 정보를 가져와 IDE의 MCP 클라이언트에 제공하여 개발 환경 내에서 원활한 API 통합 및 관리를 지원합니다.

특징

  • API 사양을 검색하기 위해 Feishu OpenAPI에 연결합니다.
  • API 정보를 MCP 리소스로 노출합니다.
  • API 검색 및 탐색을 위한 도구를 제공합니다.
  • Windsurf IDE 내에서 API 테스트 및 통합을 지원합니다.
  • 표준화된 통신을 위한 모델 컨텍스트 프로토콜(MCP)을 구현합니다.

설치

지엑스피1

용법

서버 시작

pnpm start

디버그

npx @modelcontextprotocol/inspector node dist/index.js

Windsurf IDE에서 연결

pnpm build

Windsurf IDE 설정에서 다음 구성으로 새 MCP 서버를 추가합니다.

"mcpServers": { "feiShuServer": { "command": "node", "args": ["/Program Files/project/mcp-feishu/dist/index.js"], "env": { "APP_ID": "", "APP_SECRET": "", "TABLE_ID": "", "APP_TOKEN": "" } } }

API 리소스

MCP-FEISHU 서버는 다음 리소스를 제공합니다.

  • api://projects - 모든 API 프로젝트 나열
  • api://projects/{projectId} - 특정 프로젝트에 대한 세부 정보를 가져옵니다.
  • api://projects/{projectId}/apis - 프로젝트의 모든 API 나열
  • api://projects/{projectId}/apis/{apiId} - 특정 API에 대한 세부 정보를 가져옵니다.

도구

서버는 다음과 같은 도구를 제공합니다.

  • get_defect_link - 특정 결함에 대한 링크를 가져옵니다.
  • get_recently_updated_defect_list - 최근 업데이트된 결함 목록을 가져옵니다.

개발

# Run in development mode with hot reloading npm run dev

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Feishu OpenAPI에서 API 정보를 가져와 Windsurf IDE에 제공하는 마이크로서비스 제어 플레인 서버로, 개발 환경 내에서 원활한 API 통합과 관리가 가능합니다.

  1. Features
    1. Installation
      1. Usage
        1. Starting the Server
        2. Debug
        3. Connecting from Windsurf IDE
      2. API Resources
        1. Tools
          1. Development
            1. License
              ID: o8bfqi0z0v