Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FPF Agent Stackwrite a summary of my project to summary.txt"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FPF Skill Stack
This repository implements an Agent Stack based on the First Principles Framework (FPF). It is organized by Bounded Contexts to strictly separate semantic domains while maintaining a clear link between Design (Text) and Runtime (Code).
๐ Authoritative Specification
The "real origin content" and authoritative definition of the First Principles Framework (FPF) is located here:
๐ governance/constitution/FPF_SPEC.md
All architectural decisions, role definitions, and interaction patterns in this repository are derived from this core specification.
๐ Repository Structure
The project follows the FPF Holonic Architecture (A.1) and Bounded Contexts (A.1.1):
contexts/: Contains the core logic, partitioned by semantic boundaries.SkillRuntime/: The core runtime system (formerlyfpf-agent-stack).Skills/: Skill definitions and implementations.SharedSchema/: Shared data contracts.
governance/: Project-wide rules, the FPF Constitution, and Decision Records (DRR).constitution/: Contains the FPF_SPEC.md.
๐ Usage
Requirements: Bun