Current repository layout:
- Root package (
@itz4blitz/agentful) - CLI/runtime templates - MCP server package (
packages/mcp-server)
# Install root + MCP dependencies
npm run install:all
# Run root tests
npm test
# Run MCP tests
npm run test:mcp
# Build MCP server
npm run build:mcpOpen agentful.code-workspace to load:
🚀 Root🔌 MCP Server
- Studio/extension packages were removed from this workspace.
- Commands/scripts now target the root package and MCP server only.