A MCP Server to test local development of function app apis
Overview
What is MCP Function App Tester?
MCP Function App Tester is a TypeScript-based server designed to facilitate the testing of Azure Function Apps directly from your development environment.
How to use MCP Function App Tester?
To use the MCP Function App Tester, install it via npm and interact with Function App endpoints using the provided tools through Cline. The base URL for testing is http://localhost:7071/api.
Key features of MCP Function App Tester?
- Test Function App endpoints with various HTTP methods (GET, POST, PUT, DELETE)
- Detailed response information
- Custom header support
- Request body handling for POST/PUT methods
- Multiple authentication methods: Basic, Bearer Token, and API Key
Use cases of MCP Function App Tester?
- Testing API endpoints during local development.
- Validating the functionality of Azure Function Apps.
- Ensuring proper authentication mechanisms are in place.
FAQ from MCP Function App Tester?
- What authentication methods are supported?
The server supports Basic Authentication, Bearer Token, and API Key authentication.
- How do I install the MCP Function App Tester?
You can install it using npm with the command:
npm install dkmaker-mcp-function-app-tester.
- Can I test different HTTP methods?
Yes! The tool supports GET, POST, PUT, and DELETE requests.