Questionnaire Component Governance MCP Demo

Questionnaire Component Governance MCP Demo

Enables AI agents to query component governance rules, validate component props, and generate development prompts for questionnaire editors.

Category
Visit Server

README

Questionnaire Component Governance MCP Demo

一个面向问卷编辑器场景的 MCP 小 demo,用来演示如何把组件治理能力结构化为 ResourcesToolsPrompts,并让 AI Agent 在组件使用、规则查询和开发约束场景里复用这套能力。

项目目标

这个 demo 主要解决两个问题:

  1. 把组件规范从零散文档沉淀为机器可读的结构化规则。
  2. 让 AI Agent 在生成或修改问卷组件时,先读取规范、再执行校验,最后给出建议或约束结果。

能力设计

Resources

  • governance://component-guidelines
    • 暴露组件治理文档,提供职责边界、状态管理约束、AI 使用约束等通用规则。
  • governance://component-rules
    • 暴露完整组件规则 JSON,提供组件名称、必传属性、允许属性、禁止模式、使用示例等结构化数据。

Tools

  • list_component_rules
    • 列出当前已注册的问卷组件规范。
  • get_component_rule
    • 查询某个组件的详细规范。
  • validate_component_usage
    • 校验组件 props 是否符合治理规则。
  • build_component_prompt
    • 根据任务和组件规则生成给 AI Agent 使用的开发提示。

Prompts

  • create-question-component
    • 给 Agent 一个标准化的新增题型组件工作流,要求其遵守现有治理规范完成组件设计与接入。

目录结构

.
|-- rules/
|   |-- components.json
|   `-- guideLines.md
|-- src/
|   |-- index.ts
|   |-- loadRules.ts
|   |-- schemas.ts
|   `-- validateRules.ts
`-- dist/

本地运行

npm install
npm run ci
npm run dev

说明

这个 demo 更偏“治理能力建模”而不是完整业务系统,重点在于:

  • 如何把组件规范做成可读的 MCP Resources
  • 如何把组件校验做成可执行的 MCP Tools
  • 如何把 AI 开发流程固化为可复用的 Prompt 模板

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured