mcp-ai-agent-guidelines 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -30
- package/dist/resources/structured.js +1 -1
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -87,22 +87,22 @@ Configuration is in `.mlc_config.json`. Ignored patterns and retries are configu
|
|
|
87
87
|
|
|
88
88
|
### Getting Started Guides
|
|
89
89
|
|
|
90
|
-
- **[🎯 AI Interaction Tips](./docs/tips/
|
|
91
|
-
- **[📊 Prompting Hierarchy](./docs/tips/
|
|
92
|
-
- **[🔗 Agent-Relative Call Patterns](./docs/tips/
|
|
90
|
+
- **[🎯 AI Interaction Tips](./docs/tips/ai-interaction-tips.md)** - Learn to ask targeted questions for better results
|
|
91
|
+
- **[📊 Prompting Hierarchy](./docs/tips/prompting-hierarchy.md)** - Understanding prompt levels and evaluation
|
|
92
|
+
- **[🔗 Agent-Relative Call Patterns](./docs/tips/agent-relative-calls.md)** - Invoking tools in workflows
|
|
93
93
|
|
|
94
94
|
### Advanced Features
|
|
95
95
|
|
|
96
|
-
- **[🌊 Flow-Based Prompting](./docs/tips/
|
|
97
|
-
- **[🎨 Mermaid Diagram Generation](./docs/tips/
|
|
98
|
-
- **[🔍 Code Quality Analysis](./docs/tips/
|
|
99
|
-
- **[⚡ Sprint Planning](./docs/tips/
|
|
96
|
+
- **[🌊 Flow-Based Prompting](./docs/tips/flow-prompting-examples.md)** - Multi-step prompt workflows
|
|
97
|
+
- **[🎨 Mermaid Diagram Generation](./docs/tips/mermaid-diagram-examples.md)** - Create flowcharts, sequences, ER diagrams
|
|
98
|
+
- **[🔍 Code Quality Analysis](./docs/tips/code-quality-improvements.md)** - Hygiene scoring and best practices
|
|
99
|
+
- **[⚡ Sprint Planning](./docs/tips/sprint-planning-reliability.md)** - Dependency-aware timeline calculation
|
|
100
100
|
|
|
101
101
|
### Integration & Reference
|
|
102
102
|
|
|
103
|
-
- **[🏗️ Bridge Connectors](./docs/tips/
|
|
104
|
-
- **[🔄 Serena Integration](./docs/tips/
|
|
105
|
-
- **[📚 Complete Reference](./docs/tips/
|
|
103
|
+
- **[🏗️ Bridge Connectors](./docs/tips/bridge-connectors.md)** - Integration patterns for external systems
|
|
104
|
+
- **[🔄 Serena Integration](./docs/tips/serena-strategies.md)** - Semantic analysis strategies
|
|
105
|
+
- **[📚 Complete Reference](./docs/tips/references.md)** - Credits, research papers, and citations
|
|
106
106
|
|
|
107
107
|
See **[docs/README.md](./docs/README.md)** for the complete documentation index.
|
|
108
108
|
|
|
@@ -110,24 +110,24 @@ See **[docs/README.md](./docs/README.md)** for the complete documentation index.
|
|
|
110
110
|
|
|
111
111
|
#### For Users
|
|
112
112
|
|
|
113
|
-
- **[🎯 AI Interaction Tips](./docs/tips/
|
|
114
|
-
- **[📊 Prompting Hierarchy](./docs/tips/
|
|
115
|
-
- **[🔗 Agent-Relative Call Patterns](./docs/tips/
|
|
116
|
-
- **[🌊 Flow-Based Prompting](./docs/tips/
|
|
117
|
-
- **[🎨 Mermaid Diagrams](./docs/tips/
|
|
113
|
+
- **[🎯 AI Interaction Tips](./docs/tips/ai-interaction-tips.md)** - Learn to ask targeted questions for better results
|
|
114
|
+
- **[📊 Prompting Hierarchy](./docs/tips/prompting-hierarchy.md)** - Understanding prompt levels and evaluation
|
|
115
|
+
- **[🔗 Agent-Relative Call Patterns](./docs/tips/agent-relative-calls.md)** - Invoking tools in workflows
|
|
116
|
+
- **[🌊 Flow-Based Prompting](./docs/tips/flow-prompting-examples.md)** - Advanced chaining strategies
|
|
117
|
+
- **[🎨 Mermaid Diagrams](./docs/tips/mermaid-diagram-examples.md)** - Visual diagram generation
|
|
118
118
|
|
|
119
119
|
#### For Developers
|
|
120
120
|
|
|
121
121
|
- **[🤝 Contributing Guidelines](./CONTRIBUTING.md)** - How to contribute
|
|
122
|
-
- **[✨ Clean Code Initiative](./docs/tips/
|
|
123
|
-
- **[🔧 Technical Improvements](./docs/tips/
|
|
124
|
-
- **[⚠️ Error Handling](./docs/tips/
|
|
125
|
-
- **[🏗️ Bridge Connectors](./docs/tips/
|
|
122
|
+
- **[✨ Clean Code Initiative](./docs/tips/clean-code-initiative.md)** - Quality standards (100/100 scoring)
|
|
123
|
+
- **[🔧 Technical Improvements](./docs/tips/technical-improvements.md)** - Refactoring and enhancements
|
|
124
|
+
- **[⚠️ Error Handling](./docs/tips/error-handling.md)** - Best practices
|
|
125
|
+
- **[🏗️ Bridge Connectors](./docs/tips/bridge-connectors.md)** - Integration patterns
|
|
126
126
|
|
|
127
127
|
#### For Maintainers
|
|
128
128
|
|
|
129
|
-
- **[📦 Export Formats Guide](./docs/
|
|
130
|
-
- **[🤖 Model Management Guide](./docs/
|
|
129
|
+
- **[📦 Export Formats Guide](./docs/export-formats.md)** - LaTeX, CSV, JSON export options and chat integration
|
|
130
|
+
- **[🤖 Model Management Guide](./docs/model-management.md)** - Managing AI model definitions in YAML
|
|
131
131
|
|
|
132
132
|
See the **[complete documentation](./docs/README.md)** for the full list of guides organized by topic.
|
|
133
133
|
|
|
@@ -185,7 +185,7 @@ Demos are automatically regenerated when tool code changes via GitHub Actions.
|
|
|
185
185
|
- ⭐⭐⭐⭐ **Expert** - Multi-phase workflows, deep domain knowledge (half day)
|
|
186
186
|
- ⭐⭐⭐⭐⭐ **Master** - Enterprise-scale, comprehensive orchestration (1-2 days)
|
|
187
187
|
|
|
188
|
-
**📖 [Complete Tools Reference](./docs/tips/
|
|
188
|
+
**📖 [Complete Tools Reference](./docs/tips/tools-reference.md)** - Detailed documentation with examples
|
|
189
189
|
|
|
190
190
|
---
|
|
191
191
|
|
|
@@ -368,7 +368,7 @@ Use the Playwright MCP to create and run automated accessibility tests.
|
|
|
368
368
|
|
|
369
369
|
For complete documentation with 20+ detailed examples, workflow patterns, and best practices, see:
|
|
370
370
|
|
|
371
|
-
📘 **[Agent-Relative Call Patterns Guide](./docs/tips/
|
|
371
|
+
📘 **[Agent-Relative Call Patterns Guide](./docs/tips/agent-relative-calls.md)**
|
|
372
372
|
|
|
373
373
|
This guide covers:
|
|
374
374
|
|
|
@@ -912,15 +912,15 @@ Contributions welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for guide
|
|
|
912
912
|
### Developer Resources
|
|
913
913
|
|
|
914
914
|
- **[Complete Documentation](./docs/README.md)** - Full documentation index
|
|
915
|
-
- **[Clean Code Standards](./docs/tips/
|
|
916
|
-
- **[Error Handling Patterns](./docs/tips/
|
|
917
|
-
- **[Architecture Guide](./docs/tips/
|
|
918
|
-
- **[Type System Organization](./docs/tips/
|
|
915
|
+
- **[Clean Code Standards](./docs/tips/clean-code-initiative.md)** - Quality requirements and scoring
|
|
916
|
+
- **[Error Handling Patterns](./docs/tips/error-handling.md)** - Best practices for error handling
|
|
917
|
+
- **[Architecture Guide](./docs/tips/bridge-connectors.md)** - System architecture and integration patterns
|
|
918
|
+
- **[Type System Organization](./docs/tips/type-organization-extension.md)** - TypeScript conventions
|
|
919
919
|
|
|
920
920
|
### Quality Standards
|
|
921
921
|
|
|
922
922
|
- **TypeScript strict mode** - All code must pass type checking
|
|
923
|
-
- **100% test coverage goal** - See [Clean Code Initiative](./docs/tips/
|
|
923
|
+
- **100% test coverage goal** - See [Clean Code Initiative](./docs/tips/clean-code-initiative.md)
|
|
924
924
|
- **Biome linting** - Code must pass `npm run quality`
|
|
925
925
|
- **Git hooks** - Automated checks via Lefthook (see [lefthook.yml](./lefthook.yml))
|
|
926
926
|
|
|
@@ -932,7 +932,7 @@ MIT © Anselmoo — see [LICENSE](./LICENSE).
|
|
|
932
932
|
|
|
933
933
|
## References & Acknowledgments
|
|
934
934
|
|
|
935
|
-
For a comprehensive list of references, research papers, and detailed attribution, see **[docs/tips/
|
|
935
|
+
For a comprehensive list of references, research papers, and detailed attribution, see **[docs/tips/references.md](./docs/tips/references.md)**.
|
|
936
936
|
|
|
937
937
|
### Key Acknowledgments
|
|
938
938
|
|
|
@@ -945,7 +945,7 @@ For a comprehensive list of references, research papers, and detailed attributio
|
|
|
945
945
|
- **[@oraios/serena](https://github.com/oraios/serena)** - Influenced semantic analysis and mode switching
|
|
946
946
|
- **All open-source contributors** whose work has shaped this project
|
|
947
947
|
|
|
948
|
-
See [docs/tips/
|
|
948
|
+
See [docs/tips/references.md](./docs/tips/references.md) for the complete list of research papers, projects, and inspirations.
|
|
949
949
|
|
|
950
950
|
<!-- FOOTER:START -->
|
|
951
951
|

|
|
@@ -1294,7 +1294,7 @@ const chain = await promptChainingBuilder({
|
|
|
1294
1294
|
},
|
|
1295
1295
|
{
|
|
1296
1296
|
title: "Flow & Serena Integration Guide",
|
|
1297
|
-
url: "https://github.com/Anselmoo/mcp-ai-agent-guidelines/blob/main/docs/tips/
|
|
1297
|
+
url: "https://github.com/Anselmoo/mcp-ai-agent-guidelines/blob/main/docs/tips/flow-serena-integration.md",
|
|
1298
1298
|
source: "MCP AI Agent Guidelines",
|
|
1299
1299
|
note: "Comprehensive integration patterns and examples",
|
|
1300
1300
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ai-agent-guidelines",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"hooks:run": "lefthook run",
|
|
40
40
|
"links:check": "npx markdown-link-check --config .mlc_config.json README.md CONTRIBUTING.md DISCLAIMER.md",
|
|
41
41
|
"docs:lint": "node scripts/lint-docs.js",
|
|
42
|
+
"docs:generate-tool-docs": "node scripts/generate-tool-docs.js",
|
|
43
|
+
"docs:generate-tool-docs:dry-run": "node scripts/generate-tool-docs.js --dry-run",
|
|
44
|
+
"docs:generate-tool-docs:force": "node scripts/generate-tool-docs.js --force",
|
|
45
|
+
"docs:generate-tool-docs:clean": "node scripts/generate-tool-docs.js --clean",
|
|
42
46
|
"docs:fix-svg": "node scripts/fix-svg-visibility.js",
|
|
43
47
|
"docs:fix-svg:dry-run": "node scripts/fix-svg-visibility.js --dry-run",
|
|
44
48
|
"docs:update-svg-bg": "node scripts/update-svg-background.js",
|
|
@@ -94,7 +98,7 @@
|
|
|
94
98
|
"npm": ">=10.0.0"
|
|
95
99
|
},
|
|
96
100
|
"devDependencies": {
|
|
97
|
-
"@biomejs/biome": "2.3.
|
|
101
|
+
"@biomejs/biome": "2.3.8",
|
|
98
102
|
"@types/js-yaml": "^4.0.9",
|
|
99
103
|
"@types/node": "^24.3.1",
|
|
100
104
|
"@vitest/coverage-v8": "^4.0.0",
|