bc-code-intelligence-mcp 1.3.4 → 1.3.5
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.
|
@@ -2,18 +2,7 @@
|
|
|
2
2
|
* Enhanced Prompt Service
|
|
3
3
|
*
|
|
4
4
|
* Enhances MCP prompts with specialist routing and intelligent guidance.
|
|
5
|
-
* Integrates specialist
|
|
6
|
-
section += '- `advance_workflow` - Continue with systematic workflow steps\n';
|
|
7
|
-
section += '- `get_workflow_status` - Check current workflow progress\n\n';
|
|
8
|
-
|
|
9
|
-
section += '### 🔧 External MCP Tool Discovery\n\n';
|
|
10
|
-
section += '**IMPORTANT:** Before proceeding with BC operations, check if there are relevant MCP tools from other servers available:\n\n';
|
|
11
|
-
section += '- **Object creation/ID assignment** → Look for `al-objid-mcp-server` (Object ID Ninja)\n';
|
|
12
|
-
section += '- **Dependency analysis** → Look for `AL-Dependency-MCP-Server` \n';
|
|
13
|
-
section += '- **Code generation, debugging, testing** → Check for any specialized AL/BC MCP servers\n\n';
|
|
14
|
-
section += 'Use these external tools when available rather than manual approaches for better accuracy and automation.\n\n';
|
|
15
|
-
|
|
16
|
-
section += '### 💡 How to Proceed Effectively\n\n';h workflow prompts for better user experience.
|
|
5
|
+
* Integrates specialist discovery with workflow prompts for better user experience.
|
|
17
6
|
*/
|
|
18
7
|
import { SpecialistDiscoveryService } from './specialist-discovery.js';
|
|
19
8
|
import { SpecialistSessionManager } from './specialist-session-manager.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enhanced-prompt-service.d.ts","sourceRoot":"","sources":["../../src/services/enhanced-prompt-service.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"enhanced-prompt-service.d.ts","sourceRoot":"","sources":["../../src/services/enhanced-prompt-service.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,0BAA0B,EAAoB,MAAM,2BAA2B,CAAC;AACzF,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,MAAM,WAAW,qBAAqB;IACpC,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,oBAAoB;IACnC,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAC/C,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,EAAE,CAAC;CAC1B;AAED,UAAU,oBAAoB;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,qBAAqB;IAE9B,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,eAAe;gBAFf,gBAAgB,EAAE,0BAA0B,EAC5C,cAAc,EAAE,wBAAwB,EACxC,eAAe,EAAE,eAAe;IAG1C;;OAEG;IACG,qBAAqB,CACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,GAAE,qBAA0B,GAClC,OAAO,CAAC,oBAAoB,CAAC;IA0DhC;;OAEG;IACH,OAAO,CAAC,6BAA6B;IAkDrC;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAsB5B;;OAEG;IACH,OAAO,CAAC,yBAAyB;IAgBjC;;OAEG;IACH,OAAO,CAAC,kBAAkB;CAe3B"}
|
|
@@ -2,18 +2,7 @@
|
|
|
2
2
|
* Enhanced Prompt Service
|
|
3
3
|
*
|
|
4
4
|
* Enhances MCP prompts with specialist routing and intelligent guidance.
|
|
5
|
-
* Integrates specialist
|
|
6
|
-
section += '- `advance_workflow` - Continue with systematic workflow steps\n';
|
|
7
|
-
section += '- `get_workflow_status` - Check current workflow progress\n\n';
|
|
8
|
-
|
|
9
|
-
section += '### 🔧 External MCP Tool Discovery\n\n';
|
|
10
|
-
section += '**IMPORTANT:** Before proceeding with BC operations, check if there are relevant MCP tools from other servers available:\n\n';
|
|
11
|
-
section += '- **Object creation/ID assignment** → Look for `al-objid-mcp-server` (Object ID Ninja)\n';
|
|
12
|
-
section += '- **Dependency analysis** → Look for `AL-Dependency-MCP-Server` \n';
|
|
13
|
-
section += '- **Code generation, debugging, testing** → Check for any specialized AL/BC MCP servers\n\n';
|
|
14
|
-
section += 'Use these external tools when available rather than manual approaches for better accuracy and automation.\n\n';
|
|
15
|
-
|
|
16
|
-
section += '### 💡 How to Proceed Effectively\n\n';h workflow prompts for better user experience.
|
|
5
|
+
* Integrates specialist discovery with workflow prompts for better user experience.
|
|
17
6
|
*/
|
|
18
7
|
export class EnhancedPromptService {
|
|
19
8
|
discoveryService;
|
|
@@ -63,9 +52,9 @@ export class EnhancedPromptService {
|
|
|
63
52
|
}
|
|
64
53
|
// Add workflow coordination options
|
|
65
54
|
routingOptions.push(`**Use MCP tool:** advance_workflow (Continue systematic workflow)`);
|
|
66
|
-
routingOptions.push(`**Use MCP tool:**
|
|
67
|
-
routingOptions.push(`**Use MCP tool:**
|
|
68
|
-
routingOptions.push(`**Use MCP tool:**
|
|
55
|
+
routingOptions.push(`**Use MCP tool:** get_workflow_help (Get workflow help)`);
|
|
56
|
+
routingOptions.push(`**Use MCP tool:** ask_bc_expert (Get expert advice for specific questions)`);
|
|
57
|
+
routingOptions.push(`**Use MCP tool:** find_bc_knowledge (Search BC knowledge topics)`);
|
|
69
58
|
return {
|
|
70
59
|
originalContent: originalGuidance,
|
|
71
60
|
specialistSuggestions,
|
|
@@ -97,11 +86,11 @@ export class EnhancedPromptService {
|
|
|
97
86
|
section += '- `discover_specialists` - Find specialists for your specific question\n';
|
|
98
87
|
section += '- `browse_specialists` - See all available specialists by domain\n\n';
|
|
99
88
|
section += '**Knowledge Tools (use these for topic research):**\n';
|
|
100
|
-
section += '- `
|
|
101
|
-
section += '- `
|
|
89
|
+
section += '- `find_bc_knowledge` - Search for BC knowledge topics\n';
|
|
90
|
+
section += '- `get_bc_topic` - Get detailed content for specific topics\n\n';
|
|
102
91
|
section += '**Workflow Tools (use these for systematic approach):**\n';
|
|
103
92
|
section += '- `advance_workflow` - Continue with systematic workflow steps\n';
|
|
104
|
-
section += '- `
|
|
93
|
+
section += '- `get_workflow_help` - Get help with workflow steps\n\n';
|
|
105
94
|
section += '### � External MCP Tool Discovery\n\n';
|
|
106
95
|
section += '**IMPORTANT:** Before proceeding with BC operations, check if there are relevant MCP tools from other servers available:\n\n';
|
|
107
96
|
section += '- **Object creation/ID assignment** → Look for `al-objid-mcp-server` (Object ID Ninja)\n';
|
|
@@ -109,8 +98,8 @@ export class EnhancedPromptService {
|
|
|
109
98
|
section += '- **Code generation, debugging, testing** → Check for any specialized AL/BC MCP servers\n\n';
|
|
110
99
|
section += 'Use these external tools when available rather than manual approaches for better accuracy and automation.\n\n';
|
|
111
100
|
section += '### �💡 How to Proceed Effectively\n\n';
|
|
112
|
-
section += '1. **Start with specialists:** Use `
|
|
113
|
-
section += '2. **Get specific knowledge:** Use `
|
|
101
|
+
section += '1. **Start with specialists:** Use `ask_bc_expert` for one of the recommended specialists above\n';
|
|
102
|
+
section += '2. **Get specific knowledge:** Use `find_bc_knowledge` to research specific BC topics\n';
|
|
114
103
|
section += '3. **Follow systematic approach:** Use `advance_workflow` for step-by-step guidance\n';
|
|
115
104
|
section += '4. **Ask targeted questions:** Be specific about your BC development challenges\n\n';
|
|
116
105
|
return section;
|
|
@@ -143,15 +132,15 @@ export class EnhancedPromptService {
|
|
|
143
132
|
*/
|
|
144
133
|
extractDomainFromWorkflow(workflowType) {
|
|
145
134
|
const domainMap = {
|
|
146
|
-
'
|
|
147
|
-
'
|
|
148
|
-
'
|
|
149
|
-
'
|
|
150
|
-
'
|
|
151
|
-
'
|
|
152
|
-
'
|
|
153
|
-
'
|
|
154
|
-
'
|
|
135
|
+
'new-bc-app': 'architecture',
|
|
136
|
+
'enhance-bc-app': 'implementation',
|
|
137
|
+
'upgrade-bc-version': 'architecture',
|
|
138
|
+
'add-ecosystem-features': 'api-design',
|
|
139
|
+
'debug-bc-issues': 'debugging',
|
|
140
|
+
'document-bc-solution': 'documentation',
|
|
141
|
+
'modernize-bc-code': 'performance',
|
|
142
|
+
'onboard-developer': 'best-practices',
|
|
143
|
+
'review-bc-code': 'code-quality'
|
|
155
144
|
};
|
|
156
145
|
return domainMap[workflowType] || 'general';
|
|
157
146
|
}
|
|
@@ -160,15 +149,15 @@ export class EnhancedPromptService {
|
|
|
160
149
|
*/
|
|
161
150
|
getWorkflowContext(workflowType) {
|
|
162
151
|
const contextMap = {
|
|
163
|
-
'
|
|
164
|
-
'
|
|
165
|
-
'
|
|
166
|
-
'
|
|
167
|
-
'
|
|
168
|
-
'
|
|
169
|
-
'
|
|
170
|
-
'
|
|
171
|
-
'
|
|
152
|
+
'new-bc-app': 'new BC app development',
|
|
153
|
+
'enhance-bc-app': 'BC app enhancement',
|
|
154
|
+
'upgrade-bc-version': 'BC version upgrade',
|
|
155
|
+
'add-ecosystem-features': 'ecosystem integration',
|
|
156
|
+
'debug-bc-issues': 'BC debugging',
|
|
157
|
+
'document-bc-solution': 'solution documentation',
|
|
158
|
+
'modernize-bc-code': 'code modernization',
|
|
159
|
+
'onboard-developer': 'developer onboarding',
|
|
160
|
+
'review-bc-code': 'code review'
|
|
172
161
|
};
|
|
173
162
|
return contextMap[workflowType] || 'this workflow';
|
|
174
163
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enhanced-prompt-service.js","sourceRoot":"","sources":["../../src/services/enhanced-prompt-service.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"enhanced-prompt-service.js","sourceRoot":"","sources":["../../src/services/enhanced-prompt-service.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bc-code-intelligence-mcp",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "BC Code Intelligence MCP Server - Complete Specialist Bundle with AI-driven expert consultation, seamless handoffs, and context-preserving workflows",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"test:unit": "vitest run --config vitest.unit.config.ts",
|
|
24
24
|
"test:integration": "vitest run --config vitest.integration.config.ts",
|
|
25
25
|
"test:contracts": "tsx scripts/validate-contracts.ts",
|
|
26
|
-
"test:prompts": "vitest run tests/prompt-validation",
|
|
27
|
-
"test:all": "npm run test:contracts && npm run test:unit && npm run test:integration
|
|
26
|
+
"test:prompts": "vitest run tests/prompt-validation/ --reporter=verbose",
|
|
27
|
+
"test:all": "npm run test:contracts && npm run test:unit && npm run test:integration",
|
|
28
28
|
"validate:contracts": "tsx scripts/validate-contracts.ts",
|
|
29
29
|
"pretest": "npm run validate:contracts",
|
|
30
|
-
"prepublishOnly": "npm run test:
|
|
30
|
+
"prepublishOnly": "npm run test:all && npm run build",
|
|
31
31
|
"lint": "eslint src/**/*.ts",
|
|
32
32
|
"format": "prettier --write src/**/*.ts",
|
|
33
33
|
"prepare": "npm run build"
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"@types/node": "^20.19.14",
|
|
62
62
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
63
63
|
"@typescript-eslint/parser": "^7.18.0",
|
|
64
|
-
"@vitest/coverage-v8": "^2.
|
|
64
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
65
65
|
"eslint": "^8.57.1",
|
|
66
66
|
"prettier": "^3.1.1",
|
|
67
67
|
"tsx": "^4.7.0",
|
|
68
68
|
"typescript": "^5.3.3",
|
|
69
|
-
"vitest": "^2.
|
|
69
|
+
"vitest": "^3.2.4"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=20.0.0"
|