mcp-function-app-tester
by dkmaker
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AUTH_BEARER | No | Your token for Bearer Token authentication. | |
AUTH_APIKEY_VALUE | No | The actual API key value for API Key authentication. | |
AUTH_BASIC_PASSWORD | No | Your password for Basic Authentication. | |
AUTH_BASIC_USERNAME | No | Your username for Basic Authentication. | |
AUTH_APIKEY_HEADER_NAME | No | The header name to use for API Key authentication. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
test_endpoint | Test a Function App endpoint and get detailed response information. The endpoint will be prepended to the base url which is: http://localhost:7071/api |