app_stop_server
Stop the currently running HTTP server managed by Goose App Maker MCP. Returns a dictionary with the operation result, ensuring server shutdown is confirmed.
Instructions
Stop the currently running HTTP server.
Returns:
A dictionary containing the result of the operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "app_stop_serverArguments",
"type": "object"
}