POC MCP 服务器
模型上下文协议 (MCP) 服务器的概念验证实现,该服务器提供用于访问和操作有关 Loomers、表单、表单响应和项目的数据的工具。
特征
获取 Loomers 和特定区域的 Loomers
获取表单和表单回复
获取项目
所有列表操作均支持分页
过滤和排序功能
Related MCP server: MemGPT MCP Server
要求
Node.js 18 或更高版本
pnpm 10 或更高版本
安装
pnpm install发展
启动开发服务器:
pnpm dev建筑
要构建项目:
pnpm build跑步
要运行构建的项目:
pnpm start测试
运行测试:
pnpm test代码检查
要运行 linter:
pnpm lint项目结构
src/
├── config/ # Configuration files
├── tools/ # MCP tool implementations
│ └── __tests__ # Tool tests
├── types/ # TypeScript type definitions
└── index.ts # Main entry point工具
获取Loomers
获取 Loomers 列表,并可选择分页、过滤和排序。
获取LoomersInArea
获取特定区域内的 Loomers 列表。
获取表单
获取具有可选分页、过滤和排序功能的表单列表。
获取表单响应
获取具有可选分页、过滤和排序功能的表单响应列表。
获取项目
获取具有可选分页、过滤和排序功能的项目列表。
执照
麻省理工学院
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.