Loomer数据
STDIOLoomer、表单、回复和项目数据访问工具
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