Loomer数据管理器
STDIO用于访问和操作Loomer数据的概念验证服务器
用于访问和操作Loomer数据的概念验证服务器
A proof of concept implementation of a Model Context Protocol (MCP) server that provides tools for accessing and manipulating data about Loomers, forms, form responses, and projects.
pnpm install
To start the development server:
pnpm dev
To build the project:
pnpm build
To run the built project:
pnpm start
To run tests:
pnpm test
To run the linter:
pnpm lint
src/
├── config/ # Configuration files
├── tools/ # MCP tool implementations
│ └── __tests__ # Tool tests
├── types/ # TypeScript type definitions
└── index.ts # Main entry point
Get a list of Loomers with optional pagination, filtering, and sorting.
Get a list of Loomers in a specific area.
Get a list of forms with optional pagination, filtering, and sorting.
Get a list of form responses with optional pagination, filtering, and sorting.
Get a list of projects with optional pagination, filtering, and sorting.
MIT