We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsoft/genaiscript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature.YI54.feature•492 B
Feature: Fill up the buffer
Scenario: Buffer is empty
Given the buffer is empty
When the user fills up the buffer
Then the buffer should be full
Scenario: Buffer is partially filled
Given the buffer is partially filled
When the user fills up the buffer
Then the buffer should be full
Scenario: Buffer is already full
Given the buffer is full
When the user tries to fill up the buffer
Then the buffer should remain full and display an error message