Prompt file imported from boddev/GraphConnectorWebApi (
.github/prompts/mcp.prompt.md). Copyright stays with the author.
Create a Model Context Protocol (MCP) Server Integration Analysis and Task List
Analyze the current project codebase to:
- Document all existing API endpoints, file structures, and documentation
- Map data flow and integration points
- Identify document retrieval and processing components
- Evaluate current AI/ML integration capabilities
Deliverables:
- Create detailed architecture for MCP Server integration
- Define required API endpoints for:
- Document retrieval and search
- Question/prompt handling
- Response generation via Copilot Chat API
- Context management and state handling
- Specify data models and schemas
- Document integration patterns with existing codebase
Generate a tasks.yaml file with:
- Task ID
- Priority (P0-P3)
- Estimated complexity (1-5)
- Dependencies
- Acceptance criteria
- Technical requirements
- Documentation references
- Implementation guidelines
Technical Requirements:
- Use Copilot Chat API for generative responses
- Implement document context management
- Support multi-document analysis
- Enable prompt/response tracking
- Maintain security and rate limiting
- Include error handling and logging
- Support async operations
- Add telemetry and monitoring
Each task should:
- Be completable within 4 hours
- Have clear success metrics
- Include example code or pseudocode
- Reference relevant documentation
- List required dependencies
- Specify test requirements
Output Format: Generate tasks.yaml in standard GitHub Actions workflow format with appropriate labels, milestones, and assignee placeholders for coding agents.