Skip to main content
Glama
by microsoft
feature.DE00.feature1.1 kB
Feature: Parse arguments x, y, z #2 Scenario: Read filename, size, and outputfilename from command line arguments Given the command line arguments "filename.txt 100 output.txt" When the arguments are parsed Then the filename should be "filename.txt" And the size should be 100 And the outputfilename should be "output.txt" Scenario: Read filename and size from command line arguments, outputfilename is optional Given the command line arguments "filename.txt 100" When the arguments are parsed Then the filename should be "filename.txt" And the size should be 100 And the outputfilename should be null Scenario: Read only filename from command line arguments, size is mandatory, outputfilename is optional Given the command line arguments "filename.txt" When the arguments are parsed Then an error should be displayed for missing size Scenario: Missing mandatory filename from command line arguments Given the command line arguments "" When the arguments are parsed Then an error should be displayed for missing filename

MCP directory API

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