@fractalizer/mcp-core 0.3.17 → 1.0.0

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fractalizer/mcp-core",
3
- "version": "0.3.17",
3
+ "version": "1.0.0",
4
4
  "description": "Core framework for building MCP tools: base classes, utilities, registry",
5
5
  "keywords": [
6
6
  "mcp",
@@ -65,7 +65,7 @@
65
65
  "validate:quiet": "npm run lint:quiet && npm run typecheck && npm run test:quiet && npm run cpd:quiet && npm run depcruise && npm run validate:docs"
66
66
  },
67
67
  "dependencies": {
68
- "@fractalizer/mcp-infrastructure": "^0.3.17",
68
+ "@fractalizer/mcp-infrastructure": "^1.0.0",
69
69
  "@modelcontextprotocol/sdk": "^1.27.1",
70
70
  "pino": "^10.3.1",
71
71
  "zod": "^4.3.6",