We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/venikman/fpf-agent-stack'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
skill_loading.feature•581 B
Feature: Skill Loading and Parsing
In order to execute a capability safely
The Runtime Loader
Must correctly parse the SKILL.md format into Kernel and Boundary
Scenario: Loading the Hello World Reference Skill
Given the skill registry path is "skills/"
When the dispatcher requests "fpf-skill:hello-world"
Then the system loads the file "skills/hello-world/SKILL.md"
And the parsed Boundary name should be "fpf-skill:hello-world"
And the parsed Kernel should contain "You are the \"Hello World\" Greeter"
And the Allowed Tools list should be empty