secufusion-mcp 1.0.40 → 1.0.41

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.
Files changed (2) hide show
  1. package/AGENTS.md +1 -2
  2. package/package.json +1 -1
package/AGENTS.md CHANGED
@@ -227,10 +227,9 @@ Kafka topics, Keycloak config, coding patterns, auth flow, and all golden rules.
227
227
  ❌ Ask how tenantId is extracted
228
228
  ❌ Assume any service details from memory
229
229
  ❌ Write any code
230
- ❌ Call classify_task
231
230
  ❌ Proceed to any other phase
232
231
 
233
- The ONLY tool calls permitted in Phase 00 are the `manage_project_spec` calls listed above.
232
+ The ONLY tool calls permitted in Phase 0.5 are the `manage_project_spec` calls listed above.
234
233
 
235
234
  ---
236
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secufusion-mcp",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "type": "module",
5
5
  "description": "SecuFusion MCP server - developer workflow tooling with guardrails",
6
6
  "main": "index.js",