POC MCP 서버
Loomers, 양식, 양식 응답 및 프로젝트에 대한 데이터에 액세스하고 이를 조작하기 위한 도구를 제공하는 MCP(모델 컨텍스트 프로토콜) 서버의 개념 증명 구현입니다.
특징
특정 지역의 루머와 루머를 얻으세요
양식 및 양식 응답 받기
프로젝트 받기
모든 목록 작업에 대한 페이지 매김 지원
필터링 및 정렬 기능
요구 사항
Node.js 18 이상
pnpm 10 이상
설치
지엑스피1
개발
개발 서버를 시작하려면:
pnpm dev
건물
프로젝트를 빌드하려면:
pnpm build
달리기
빌드된 프로젝트를 실행하려면:
pnpm start
테스트
테스트를 실행하려면:
pnpm test
린팅
린터를 실행하려면:
pnpm lint
프로젝트 구조
src/
├── config/ # Configuration files
├── tools/ # MCP tool implementations
│ └── __tests__ # Tool tests
├── types/ # TypeScript type definitions
└── index.ts # Main entry point
도구
겟루머스
선택적인 페이지 번호 매기기, 필터링, 정렬 기능을 갖춘 Loomers 목록을 받아보세요.
getLomersInArea
특정 지역의 루머 목록을 받아보세요.
getForms
선택적인 페이지 번호 매기기, 필터링, 정렬 기능이 있는 양식 목록을 받으세요.
getFormResponses
선택적인 페이지 매김, 필터링, 정렬 기능을 갖춘 양식 응답 목록을 받아보세요.
getProjects
옵션으로 페이지 번호 매기기, 필터링, 정렬 기능을 갖춘 프로젝트 목록을 받아보세요.
특허
MIT
This server cannot be installed
페이지 분할, 필터링, 정렬 기능을 통해 Loomer 데이터, 양식, 양식 응답 및 프로젝트에 액세스하고 관리할 수 있는 도구를 제공하는 개념 증명 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityThis server provides cloud browser automation capabilities using Browserbase, Puppeteer, and Stagehand. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.Last updated -2,0542,682Apache 2.0
- -securityFlicense-qualityA TypeScript-based server that provides a memory system for Large Language Models (LLMs), allowing users to interact with multiple LLM providers while maintaining conversation history and offering tools for managing providers and model configurations.Last updated -27
- -securityFlicense-qualityA protocol server that enables LLMs like Claude to interact with MongoDB databases, providing tools for schema exploration, aggregation queries, and data analysis through natural language in Cursor.Last updated -912
- AsecurityAlicenseAqualityA server that exposes PagerDuty API functionality to LLMs with structured inputs and outputs, enabling management of incidents, services, teams, and users.Last updated -97MIT License